| bcdc_search | R Documentation |
Search the B.C. Data Catalogue
bcdc_search( ..., license_id = NULL, download_audience = "Public", res_format = NULL, sector = NULL, organization = NULL, n = 100 )
... |
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 |
n |
number of results to return. Default |
A list containing the records that match the search
try(
bcdc_search("forest")
)
try(
bcdc_search("regional district", res_format = "fgdb")
)