queryMore: Retrieve further results based on URL paging of SOQL query

Description Usage Arguments

View source: R/query.R

Description

Retrieve further results based on URL paging of SOQL query

Usage

1
queryMore(token, url, ..., raw = F)

Arguments

token

Token returned by login

url

URL return by SOQL query call (stored in nextRecordsUrl attr)

...

Further arguments passed to api.request

raw

Flag whether or not to post-process results into a data.frame, otherwise return raw response


mebaran/rsalesforce documentation built on May 22, 2019, 6:48 p.m.