ppm_to_pss | R Documentation |
Map PPM identifiers to PSS identifiers.
ppm_to_pss(ppm_id, verbose = FALSE, warnings = TRUE, progress_bar = TRUE)
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. |
A data frame of two columns: ppm_id
and pss_id
.
## Not run: ppm_to_pss('PPM000001') ppm_to_pss(c('PPM000017', 'PPM000042')) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.