| ppm_to_pgs | R Documentation | 
Map PPM identifiers to PGS identifiers.
ppm_to_pgs(ppm_id, verbose = FALSE, warnings = TRUE, progress_bar = TRUE)
ppm_id | 
 A character vector of PPM identifiers, e.g., "PPPM000001".  | 
verbose | 
 A   | 
warnings | 
 A   | 
progress_bar | 
 Whether to show a progress bar as the queries are performed.  | 
A data frame of two columns: ppm_id and pgs_id.
## Not run: 
ppm_to_pgs('PPM000001')
ppm_to_pgs(c('PPM000017', 'PPM000042'))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.