| pss_to_ppm | R Documentation | 
Map PSS identifiers to PPM identifiers. This is a slow function because it starts by downloading first all Performance Metrics.
pss_to_ppm(pss_id, verbose = FALSE, warnings = TRUE, progress_bar = TRUE)
| pss_id | A character vector of PSS identifiers, e.g., "PSS000001". | 
| verbose | A  | 
| warnings | A  | 
| progress_bar | Whether to show a progress bar as the queries are performed. | 
A data frame of two columns: pss_id and ppm_id.
## Not run: 
pss_to_ppm('PSS000001')
pss_to_ppm(c('PSS000017', 'PSS000042'))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.