ppm_to_pgp {quincunx} | R Documentation |
Map PPM identifiers to PGP identifiers
Description
Map PPM identifiers to PGP identifiers.
Usage
ppm_to_pgp(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 pgp_id
.
Examples
## Not run:
ppm_to_pgp('PPM000001')
ppm_to_pgp(c('PPM000017', 'PPM000042'))
## End(Not run)
[Package quincunx version 0.1.7 Index]