bind_query_resultsets {salesforcer} | R Documentation |
Bind the results of paginated queries
Description
This function accepts two tbl_df
arguments that should represent the
data frames returned by two different paginated API requests. It will
throw an error if the data frames cannot be bound as-is because of mismatched
types and encourage the user to set other arguments in sf_query()
to
work through the issues.
Usage
bind_query_resultsets(resultset, next_records)
Arguments
resultset |
|
next_records |
|
Value
tbl_df
of the results combined with next records, if successful.
Note
This function is meant to be used internally. Only use when debugging.
[Package salesforcer version 1.0.1 Index]