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():

Examples

# \donttest{
try(
  bcdc_list_organization_records('bc-stats')
)
#> # A tibble: 10 × 40
#>    author     author_email creator_user_id download_audience
#>  * <chr>      <lgl>        <chr>           <chr>            
#>  1 NA         NA           40a48d33-5a6c-… Public           
#>  2 NA         NA           40a48d33-5a6c-… Public           
#>  3 NA         NA           40a48d33-5a6c-… Public           
#>  4 NA         NA           b3245224-9d10-… Public           
#>  5 NA         NA           40a48d33-5a6c-… Public           
#>  6 NA         NA           40a48d33-5a6c-… Public           
#>  7 NA         NA           b3245224-9d10-… Public           
#>  8 NA         NA           b3245224-9d10-… Public           
#>  9 427ce3ac-… NA           427ce3ac-d77d-… Public           
#> 10 NA         NA           b3245224-9d10-… Public           
#> # ℹ 36 more variables: groups <list>, 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]>, …
# }