bcdc_list_organizations {bcdata}R Documentation

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

Examples


try(
  bcdc_list_organization_records('bc-stats')
)


[Package bcdata version 0.4.1 Index]