ppm_to_pss {quincunx} | R Documentation |
Map PPM identifiers to PSS identifiers
Description
Map PPM identifiers to PSS identifiers.
Usage
ppm_to_pss(ppm_id, verbose = FALSE, warnings = TRUE, progress_bar = TRUE)
Arguments
ppm_id |
A character vector of PPM identifiers, e.g., "PPM000001". |
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 pss_id
.
Examples
## Not run:
ppm_to_pss('PPM000001')
ppm_to_pss(c('PPM000017', 'PPM000042'))
## End(Not run)
[Package quincunx version 0.1.7 Index]