pgs_to_pss {quincunx} | R Documentation |
Map PGS identifiers to PSS identifiers
Description
Map PGS identifiers to PSS identifiers.
Usage
pgs_to_pss(
pgs_id = NULL,
verbose = FALSE,
warnings = TRUE,
progress_bar = TRUE
)
Arguments
pgs_id |
A character vector of PGS identifiers,
e.g., "PGS000001". If |
verbose |
A |
warnings |
A |
progress_bar |
Whether to show a progress bar as the queries are performed. |
Value
A data frame of two columns: pgs_id
and pss_id
.
Examples
## Not run:
pgs_to_pss('PGS000001')
pgs_to_pss(c('PGS000017', 'PGS000042'))
## End(Not run)
[Package quincunx version 0.1.7 Index]