pgp_to_pss {quincunx} | R Documentation |
Map PGP identifiers to PSS identifiers
Description
Map PGP identifiers to PSS identifiers.
Usage
pgp_to_pss(
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 pss_id
.
Examples
## Not run:
pgp_to_pss('PGP000001')
pgp_to_pss(c('PGP000017', 'PGP000042'))
## End(Not run)
[Package quincunx version 0.1.7 Index]