pgp_to_pgs {quincunx} | R Documentation |
Map PGP identifiers to PGS identifiers
Description
Map PGP identifiers to PGS identifiers.
Usage
pgp_to_pgs(
pgp_id = NULL,
verbose = FALSE,
warnings = TRUE,
progress_bar = TRUE
)
Arguments
pgp_id |
A character vector of PGS Catalog Publication identifiers,
e.g., "PGP000001". If |
verbose |
A |
warnings |
A |
progress_bar |
Whether to show a progress bar as the queries are performed. |
Value
A data frame of two columns: pgp_id
and pgs_id
.
Examples
## Not run:
pgp_to_pgs('PGP000001')
pgp_to_pgs(c('PGP000017', 'PGP000042'))
## End(Not run)
[Package quincunx version 0.1.7 Index]