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: 32
#> # A tibble: 32 × 46
#> owner_org maintainer author publish_state
#> <chr> <lgl> <chr> <chr>
#> 1 3772cd8e-a74c-4c1e-810c-… NA d0716… PUBLISHED
#> 2 b3b04232-ded0-4552-ba5d-… NA 018e9… PUBLISHED
#> 3 b3b04232-ded0-4552-ba5d-… NA 018e9… PUBLISHED
#> 4 b3b04232-ded0-4552-ba5d-… NA d0716… PUBLISHED
#> 5 199e816f-bb14-40f6-96e2-… NA 39990… PUBLISHED
#> 6 b3b04232-ded0-4552-ba5d-… NA 11389… PUBLISHED
#> 7 b3b04232-ded0-4552-ba5d-… NA d0716… PUBLISHED
#> 8 6969d274-d120-4a6a-9730-… NA d0716… PUBLISHED
#> 9 b3b04232-ded0-4552-ba5d-… NA d0716… PUBLISHED
#> 10 3772cd8e-a74c-4c1e-810c-… NA 11389… PUBLISHED
#> # ℹ 22 more rows
#> # ℹ 42 more variables: relationships_as_object <list>,
#> # view_audience <chr>, private <lgl>,
#> # maintainer_email <lgl>, num_tags <int>, type <chr>,
#> # id <chr>, metadata_created <chr>,
#> # metadata_modified <chr>, contacts <chr>,
#> # author_email <lgl>, state <chr>, version <lgl>, …
# }