pgp_to_pgs | R Documentation |
Map PGP identifiers to PGS identifiers.
pgp_to_pgs( 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 pgs_id
.
## Not run: pgp_to_pgs('PGP000001') pgp_to_pgs(c('PGP000017', 'PGP000042')) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.