powered by
Map PGP identifiers to PSS identifiers.
pgp_to_pss( pgp_id = NULL, verbose = FALSE, warnings = TRUE, progress_bar = TRUE )
A data frame of two columns: pgp_id and pss_id.
pgp_id
pss_id
A character vector of PGS Catalog Publication identifiers, e.g., "PGP000001". If NULL then returns results for all PGP identifiers in the Catalog.
NULL
A logical indicating whether the function should be verbose about the different queries or not.
logical
A logical indicating whether to print warnings, if any.
Whether to show a progress bar as the queries are performed.
if (FALSE) { pgp_to_pss('PGP000001') pgp_to_pss(c('PGP000017', 'PGP000042')) }
Run the code above in your browser using DataLab