Steven M. Mortimer
Steven M. Mortimer
### Issue Description `as_list()` will convert element text into a list of length 1 with a single character element. I would expect it to "simplify" or "unbox" the text so...
### Issue Description It is tedious to create valid XML from a data.frame. Currently, `as_xml_document()` chokes on a variety of hacks: ``` dat
The `select()` function inside the `updateR()` function is not documented and included in the namespace so the function fails with: ``` Error in select(., Package) : could not find function...
`rforcecom.query` is generating an error when using the newer parser introduced in 97201d6 (#51). You can reproduce by installing from the following commit: ``` devtools::install_github('hiratake55/RForcecom', ref='2c1bd45715ca26c5fdb90f39e54a374916bd0675') ``` Run a simple...
In commit 5381c78a1f0c16d35b99d42759e0381a3d0cc4f0 `curlEscape` was removed from `rforcecom.query` function. Now queries with fail if they contain an ampersand (`&`). There's something different about how `URLencode` works compared to `curlEscape`. Not...