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: 65 × 47
#>    owner_org                 maintainer author publish_state
#>  * <chr>                     <lgl>      <chr>  <chr>        
#>  1 68bcff90-c51d-4df9-9ecd-… NA         9e3e0… PUBLISHED    
#>  2 68bcff90-c51d-4df9-9ecd-… NA         9e3e0… PUBLISHED    
#>  3 68bcff90-c51d-4df9-9ecd-… NA         9e3e0… PUBLISHED    
#>  4 68bcff90-c51d-4df9-9ecd-… NA         9e3e0… PUBLISHED    
#>  5 68bcff90-c51d-4df9-9ecd-… NA         9e3e0… PUBLISHED    
#>  6 68bcff90-c51d-4df9-9ecd-… NA         9e3e0… PUBLISHED    
#>  7 68bcff90-c51d-4df9-9ecd-… NA         9e3e0… PUBLISHED    
#>  8 68bcff90-c51d-4df9-9ecd-… NA         9e3e0… PUBLISHED    
#>  9 68bcff90-c51d-4df9-9ecd-… NA         9e3e0… PUBLISHED    
#> 10 68bcff90-c51d-4df9-9ecd-… NA         9e3e0… PUBLISHED    
#> # ℹ 55 more rows
#> # ℹ 43 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>, …
# }