hiratake55 / RForcecom

RForcecom provides the connection to Force.com and Salesforce.com from R
http://cran.r-project.org/web/packages/RForcecom/index.html
Other
49 stars 25 forks source link

Support COUNT queries #8

Closed cwarden closed 11 years ago

cwarden commented 11 years ago

When doing a SELECT COUNT() query, no records are returned, but totalSize is populated in the response. In this case, return a data frame with a "Count" column.