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