pss_to_pgs {quincunx} | R Documentation |
Map PSS identifiers to PGS identifiers
Description
Map PSS identifiers to PGS identifiers. This is a slow function because it starts by downloading first all Performance Metrics, as this is the linkage between PSS and PGS.
Usage
pss_to_pgs(pss_id, verbose = FALSE, warnings = TRUE, progress_bar = TRUE)
Arguments
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. |
Value
A data frame of two columns: pss_id
and pgs_id
.
Examples
## Not run:
pss_to_pgs('PSS000001')
pss_to_pgs(c('PSS000017', 'PSS000042'))
## End(Not run)
[Package quincunx version 0.1.7 Index]