Skip to contents

Function to create a lookup table for BC Data Catalogue

Usage

rfp_meta_bcd_xref(pkg_exclude = c("bc-web-map-library"))

Arguments

pkg_exclude

A character vector specifying the packages to exclude. Default is c("bc-web-map-library"). This package name is associated with several datasets that do not have wms download capabilities.

Value

A data frame with columns object_name, package_name, url_browser, description, id_package, id_dataset, url_download.

Examples

if (FALSE) { # \dontrun{
  lookup_table <- rfp_meta_bcd_xref()
  head(lookup_table)
} # }