Function to create a lookup table for BC Data Catalogue
rfp_meta_bcd_xref.Rd
Function to create a lookup table for BC Data Catalogue
Usage
rfp_meta_bcd_xref(pkg_exclude = c("bc-web-map-library"))
Value
A data frame with columns object_name, package_name, url_browser, description, id_package, id_dataset, url_download.
See also
Other meta bcdata:
rfp_meta_bcd_xref_col_comments()
,
rfp_meta_bcd_xref_pkg_schtab()
Examples
if (FALSE) { # \dontrun{
lookup_table <- rfp_meta_bcd_xref()
head(lookup_table)
} # }