Skip to contents

Returns a tibble of organizations or records. Organizations can be viewed here: https://catalogue.data.gov.bc.ca/organizations or accessed directly from R using bcdc_list_organizations

Usage

bcdc_list_organizations()

bcdc_list_organization_records(organization)

Arguments

organization

Name of the organization

Functions

  • bcdc_list_organizations(): List the available organizations in the B.C. Data Catalogue.

Examples

# \donttest{
try(
  bcdc_list_organization_records('bc-stats')
)
#> # A tibble: 91 × 48
#>    author author_email creator_user_id     download_audience
#>  * <chr>  <lgl>        <chr>               <chr>            
#>  1 NA     NA           40a48d33-5a6c-4b5e… Public           
#>  2 NA     NA           40a48d33-5a6c-4b5e… Public           
#>  3 NA     NA           40a48d33-5a6c-4b5e… Public           
#>  4 NA     NA           b3245224-9d10-4bb4… Public           
#>  5 NA     NA           40a48d33-5a6c-4b5e… Public           
#>  6 NA     NA           40a48d33-5a6c-4b5e… Public           
#>  7 NA     NA           40a48d33-5a6c-4b5e… Public           
#>  8 NA     NA           b3245224-9d10-4bb4… Public           
#>  9 NA     NA           40a48d33-5a6c-4b5e… Public           
#> 10 NA     NA           40a48d33-5a6c-4b5e… Public           
#> # ℹ 81 more rows
#> # ℹ 44 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>, …
# }