| bcdc_search | R Documentation | 
Search the B.C. Data Catalogue
bcdc_search(
  ...,
  license_id = NULL,
  download_audience = NULL,
  res_format = NULL,
  sector = NULL,
  organization = NULL,
  groups = 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  | 
| groups | collections of datasets for a particular project or on a particular theme
(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")
)
try(
  bcdc_search("angling", groups = "bc-tourism")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.