pgp_to_pss | R Documentation |
Map PGP identifiers to PSS identifiers.
pgp_to_pss( pgp_id = NULL, verbose = FALSE, warnings = TRUE, progress_bar = TRUE )
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. |
A data frame of two columns: pgp_id
and pss_id
.
## Not run: pgp_to_pss('PGP000001') pgp_to_pss(c('PGP000017', 'PGP000042')) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.