RForcecom
RForcecom copied to clipboard
RForcecom provides the connection to Force.com and Salesforce.com from R
`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...
Hi I have an object 'Report' which shows many different reports i want to export data from one of the reports using R, As of now i can get the...
I'm receiving the following error when I attempt to query using newer versions like 1.1: ``` Error in t.default(unlist(x[setdiff(seq.int(length(x)), c(list_col, attr_col))])) : argument is not a matrix ``` I can't...
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...
I installed 'ReportMort/RForcecom', ref='metadata-api' to solve an error with a query returning a long result. This worked but now other queries are returning factors instead of nums. Here is the...
I tried to connect well: instanceURL
A query that was working last week is now producing an error of: Error: All inputs to rbind.fill must be data.frames It seems to throw this error when queriing over...
Using sfdc api v35 and the opportunity table has a field called ownerid and concatenated accountid with ownerid and other field. The rforcecom package gave me errors will only recognize...
I have an idea on how to improve up rforcecom.query, but I'm struggling with the mechanics of the XML, so if someone can point me in the right direction (@reportmort?)...
Any chance that you might add some functionality to work with the metadata API?