get_all_pages | R Documentation |
Given a Gemma.R output from a function with offset and limit arguments, returns the output from all pages. All arguments other than offset, limit
get_all_pages(
query,
step_size = 100,
binder = rbind,
directory = NULL,
file = getOption("gemma.file", NA_character_),
overwrite = getOption("gemma.overwrite", FALSE)
)
query |
Output from a gemma.R function with offset and limit argument |
step_size |
Size of individual calls to the server. 100 is the maximum value |
binder |
Binding function for the calls. If |
directory |
Directory to save the output from the individual calls to. If provided, each page is saved to separate files. |
file |
The name of a file to save the results to, or |
overwrite |
Whether or not to overwrite if a file exists at the specified filename. |
A data.table or a list containing data from all pages.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.