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

Handle paginated query responses #2

Closed cwarden closed 11 years ago

cwarden commented 11 years ago

Either rforcecom.query should handle paginated query responses or a rforcecom.queryMore function should be added. If the the done attribute in the response to a query is false, the URL specified in nextRecordUrl should be used to retrieve the next batch of records.

See http://www.salesforce.com/us/developer/docs/api_rest/Content/dome_query.htm

hiratake55 commented 11 years ago

Thank you for your useful information. I had already recognized this issue since other users request this. The next version I'm developing implements this feature. It will be released soon. Thanks a lot.

hiratake55 commented 11 years ago

I released the new version of RForcecom. It implements this feature. I would like to say thank you for your valuable information.