Description Usage Arguments Value See Also Examples
Fetch accession passport data (paginated)
1 2 | .fetch_accessions_page(filters = list(), page = 0, size = 1000,
selector = NULL)
|
filters |
an R |
page |
the page index (0-based) |
size |
number of records to load per page (page size) |
selector |
NULL or a function to "select" variables of interest |
Paged data structure
1 2 3 4 5 | ## Not run:
# Retrieve accession data by country of origin
accessions <- fetch_accessions(mcpd_filter(ORIGCTY = c("DEU", "SVN")))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.