Skip to contents

Helper function used in /linkrfp_meta_bcd_xref to drill down through each package to get the object_name from the resource_df using a row index gathered by rfp_meta_bcd_xref. This is used to apply the row index of the row that contains the wms resource within the package as there are other datasets within the same package and we want the schema.table for a dataset downloaded from the wms service.

Usage

rfp_meta_bcd_xref_pkg_schtab(pkg_list = NULL, pkg_name = NULL, row_idx = NULL)

Arguments

pkg_list

A list of complete metadata by package.

pkg_name

A character string specifying the package name.

row_idx

A numeric value specifying the row index.

Value

A tibble with columns object_name and package_name.

See also