Description Format Value Fields Methods
This is the entry point to retrieve records from a dataset.
Initialize a FODRDataset with a portal and an id using the fodr_dataset wrapper.
An object of class R6ClassGenerator of length 24.
An object of class FODRDataset with methods designed to retrieve data from an open dataset.
portala character, must be one of the available portals
dataa data.frame returned by the get_records method
fieldsa character vector
facetsa character vector or variables that can be used to filter results
ida character, the dataset id
infoa list of five elements:
features: a character vector of available services on this dataset, unused
metas: a list of meta-information about the dataset (publisher, language, theme, etc.)
attachments: a list of downloadable files related to this dataset, if any, not downloadable from R
alternative_exports: unknown purpose
billing_plans: unknown purpose
sortablesa character vector containing a subset of fields, indicates on which fields sorting is allowed
urla character, the actual url sent to the API
get_attachmentsThis method retrieves attachments from the dataset.
get_recordsThis method retrieves records from the dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.