powered by
Fetch accession passport data (paginated)
.fetch_accessions_page(filters = list(), page = 0, size = 1000, selector = NULL)
an R structure with Genesys filters
structure
the page index (0-based)
number of records to load per page (page size)
NULL or a function to "select" variables of interest
Paged data structure
mcpd_filter
# NOT RUN { # Retrieve accession data by country of origin accessions <- fetch_accessions(mcpd_filter(ORIGCTY = c("DEU", "SVN"))) # } # NOT RUN { # }
Run the code above in your browser using DataLab