Gary Pinkham
Results
11
comments of
Gary Pinkham
BTW.. i got around this by doing this before I pull.. ``` r.eval "foo = vars$#{domain}$label" r.eval "for (i in 1:length(foo)) { foo[i] = (gsub('\\x92','', foo[i])) }" labels = r.pull('foo')...