Learn R Programming

bcdata (version 0.5.0)

bcdc_list_organizations: Retrieve organization information for B.C. Data Catalogue

Description

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

Run this code
# \donttest{
try(
  bcdc_list_organization_records('bc-stats')
)
# }

Run the code above in your browser using DataLab