Map PGP identifiers to PPM identifiers.
Arguments
- pgp_id
A character vector of PGS Catalog Publication identifiers, e.g., "PGP000001". If
NULL
then returns results for all PGP identifiers in the Catalog.- verbose
A
logical
indicating whether the function should be verbose about the different queries or not.- warnings
A
logical
indicating whether to print warnings, if any.- progress_bar
Whether to show a progress bar as the queries are performed.
Examples
if (FALSE) {
pgp_to_ppm('PGP000001')
pgp_to_ppm(c('PGP000017', 'PGP000042'))
}