powered by
Map PPM identifiers to PGP identifiers.
ppm_to_pgp(ppm_id, verbose = FALSE, warnings = TRUE, progress_bar = TRUE)
A data frame of two columns: ppm_id and pgp_id.
ppm_id
pgp_id
A character vector of PPM identifiers, e.g., "PPM000001".
A logical indicating whether the function should be verbose about the different queries or not.
logical
A logical indicating whether to print warnings, if any.
Whether to show a progress bar as the queries are performed.
if (FALSE) { ppm_to_pgp('PPM000001') ppm_to_pgp(c('PPM000017', 'PPM000042')) }
Run the code above in your browser using DataLab