bcdc_search {bcdata} | R Documentation |
Search the B.C. Data Catalogue
Description
Search the B.C. Data Catalogue
Usage
bcdc_search(
...,
license_id = NULL,
download_audience = NULL,
res_format = NULL,
sector = NULL,
organization = NULL,
groups = NULL,
n = 100
)
Arguments
... |
search terms |
license_id |
the type of license (see |
download_audience |
download audience
(see |
res_format |
format of resource (see |
sector |
sector of government from which the data comes
(see |
organization |
government organization that manages the data
(see |
groups |
collections of datasets for a particular project or on a particular theme
(see |
n |
number of results to return. Default |
Value
A list containing the records that match the search
Examples
try(
bcdc_search("forest")
)
try(
bcdc_search("regional district", res_format = "fgdb")
)
try(
bcdc_search("angling", groups = "bc-tourism")
)
[Package bcdata version 0.4.1 Index]