View source: R/finbif_collections.R
finbif_collections | R Documentation |
Get information on collections in the FinBIF database.
finbif_collections(
filter,
select,
subcollections = TRUE,
supercollections = FALSE,
locale = getOption("finbif_locale"),
nmin = 0,
cache = getOption("finbif_use_cache_metadata")
)
filter |
Logical. Expression indicating elements or rows to keep: missing values are taken as false. |
select |
Expression. Indicates columns to select from the data frame. |
subcollections |
Logical. Return subcollection metadata of higher level collections. |
supercollections |
Logical. Return lowest level collection metadata. |
locale |
Character. Language of data returned. One of "en", "fi", or "sv". |
nmin |
Integer. Filter collections by number of records. Only return
information on collections with greater than value specified. If |
cache |
Logical or Integer. If |
A data.frame.
## Not run:
# Get collection metadata
collections <- finbif_collections()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.