create_result_from_offset_paginated_api_query | R Documentation |
Create Result From Offset Paginated API Query
create_result_from_offset_paginated_api_query(
query_args,
query_file,
default_tbl,
unnest_cols = NULL,
select_cols = NULL,
arrange_cols = NULL,
...
)
query_args |
A named list |
query_file |
A string, that is a path to a text file |
default_tbl |
A tibble |
unnest_cols |
A vector of strings passed to tidyr::unnest |
select_cols |
A vector of strings passed to dplyr::select |
arrange_cols |
A vector fo strings passed to dplyr::arrange |
... |
Arguments passed to perform_api_query |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.