finbif_collections {finbif} | R Documentation |
FinBIF collections
Description
Get information on collections in the FinBIF database.
Usage
finbif_collections(
filter,
select,
subcollections = TRUE,
supercollections = FALSE,
locale = getOption("finbif_locale"),
nmin = 0,
cache = getOption("finbif_use_cache")
)
Arguments
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 |
Value
A data.frame.
Examples
## Not run:
# Get collection metadata
collections <- finbif_collections()
## End(Not run)