Bind the results of paginated queries
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.
bind_query_resultsets(resultset, next_records)
resultset |
|
next_records |
|
tbl_df
of the results combined with next records, if successful.
This function is meant to be used internally. Only use when debugging.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.