Retrieve group information for B.C. Data Catalogue
Source:R/bcdc_search.R
bcdc_list_group_records.Rd
Returns a tibble of groups or records. Groups can be viewed here:
https://catalogue.data.gov.bc.ca/group or accessed directly from R using bcdc_list_groups
Examples
# \donttest{
try(
bcdc_list_group_records('environmental-reporting-bc')
)
#> Group Description: Environmental
#> Reporting BC examines the state and trends of
#> environmental measures across the province. We
#> provide access to scientific data and information
#> about our environment and how it relates to British
#> Columbians. See for [More
#> Information](https://www2.gov.bc.ca/gov/content?id=FF80E0B985F245CEA62808414D78C41B)
#> and the
[GitHub
#> Repo](https://github.com/bcgov/EnvReportBC).
#> Number of datasets: 10
#> # A tibble: 10 × 41
#> author author_email creator_user_id download_audience
#> <chr> <lgl> <chr> <chr>
#> 1 d0716cb8-… NA d0716cb8-7eb5-… NA
#> 2 d0716cb8-… NA d0716cb8-7eb5-… Public
#> 3 d0716cb8-… NA d0716cb8-7eb5-… Public
#> 4 d0716cb8-… NA d0716cb8-7eb5-… Public
#> 5 018e9ef6-… NA d0716cb8-7eb5-… Public
#> 6 018e9ef6-… NA 018e9ef6-5356-… Public
#> 7 11389078-… NA 11389078-2e35-… Public
#> 8 39990ef0-… NA 39990ef0-fa9a-… Public
#> 9 11389078-… NA 11389078-2e35-… Public
#> 10 d0716cb8-… NA d0716cb8-7eb5-… Public
#> # ℹ 37 more variables: id <chr>, isopen <lgl>,
#> # license_id <chr>, license_title <chr>,
#> # license_url <chr>, maintainer <lgl>,
#> # maintainer_email <lgl>, metadata_created <chr>,
#> # metadata_modified <chr>, metadata_visibility <chr>,
#> # name <chr>, notes <chr>, num_resources <int>,
#> # num_tags <int>, organization <df[,10]>, …
# }