Skip to contents

Check if a given schema_table and column exist in the BC Data Catalogue WMS service. If they exist, it returns a dataframe with information about the column.

Usage

rfp_meta_bcd_xref_col_comments(schema_table, column)

Arguments

schema_table

A string. The name of the schema_table to check.

column

A string. The name of the column to check.

Value

A tibble with information about the column if it exists. Information included is the character value of schema_table provided, the column name, the R column type, and the column comments.

See also

Examples

if (FALSE) { # \dontrun{
rfp_meta_bcd_xref_col_comments("whse_imagery_and_base_maps.gsr_airports_svw", "airport_name")
} # }