powered by
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 )
A list containing the records that match the search
search terms
the type of license (see bcdc_search_facets("license_id")).
bcdc_search_facets("license_id")
download audience (see bcdc_search_facets("download_audience")). Default NULL (all audiences).
bcdc_search_facets("download_audience")
NULL
format of resource (see bcdc_search_facets("res_format"))
bcdc_search_facets("res_format")
sector of government from which the data comes (see bcdc_search_facets("sector"))
bcdc_search_facets("sector")
government organization that manages the data (see bcdc_search_facets("organization"))
bcdc_search_facets("organization")
collections of datasets for a particular project or on a particular theme (see bcdc_search_facets("groups"))
bcdc_search_facets("groups")
number of results to return. Default 100
100
# \donttest{ try( bcdc_search("forest") ) try( bcdc_search("regional district", res_format = "fgdb") ) try( bcdc_search("angling", groups = "bc-tourism") ) # }
Run the code above in your browser using DataLab