ppm_to_pgs {quincunx} | R Documentation |
Map PPM identifiers to PGS identifiers
Description
Map PPM identifiers to PGS identifiers.
Usage
ppm_to_pgs(ppm_id, verbose = FALSE, warnings = TRUE, progress_bar = TRUE)
Arguments
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. |
Value
A data frame of two columns: ppm_id
and pgs_id
.
Examples
## Not run:
ppm_to_pgs('PPM000001')
ppm_to_pgs(c('PPM000017', 'PPM000042'))
## End(Not run)
[Package quincunx version 0.1.7 Index]