Map PSS identifiers to PPM identifiers. This is a slow function because it starts by downloading first all Performance Metrics.
Arguments
- pss_id
A character vector of PSS identifiers, e.g., "PSS000001".
- verbose
A
logical
indicating whether the function should be verbose about the different queries or not.- warnings
A
logical
indicating whether to print warnings, if any.- progress_bar
Whether to show a progress bar as the queries are performed.
Examples
if (FALSE) {
pss_to_ppm('PSS000001')
pss_to_ppm(c('PSS000017', 'PSS000042'))
}