-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfinbif_collections.Rd
53 lines (45 loc) · 1.41 KB
/
finbif_collections.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/finbif_collections.R
\name{finbif_collections}
\alias{finbif_collections}
\alias{fb_collections}
\title{FinBIF collections}
\usage{
finbif_collections(
filter,
select,
subcollections = TRUE,
supercollections = FALSE,
locale = getOption("finbif_locale"),
nmin = 0,
cache = getOption("finbif_use_cache_metadata")
)
}
\arguments{
\item{filter}{Logical. Expression indicating elements or rows to keep:
missing values are taken as false.}
\item{select}{Expression. Indicates columns to select from the data frame.}
\item{subcollections}{Logical. Return subcollection metadata of higher level
collections.}
\item{supercollections}{Logical. Return lowest level collection metadata.}
\item{locale}{Character. Language of data returned. One of "en", "fi", or
"sv".}
\item{nmin}{Integer. Filter collections by number of records. Only return
information on collections with greater than value specified. If \code{NA} then
return information on all collections.}
\item{cache}{Logical or Integer. If \code{TRUE} or a number greater than zero,
then data-caching will be used. If not logical then cache will be
invalidated after the number of hours indicated by the argument.}
}
\value{
A data.frame.
}
\description{
Get information on collections in the FinBIF database.
}
\examples{
\dontrun{
# Get collection metadata
collections <- finbif_collections()
}
}