Map PGS identifiers to PPM identifiers.
Arguments
- pgs_id
A character vector of PGS identifiers, e.g., "PGS000001".
- verbose
A
logical
indicating whether the function should be verbose about the different queries or not.- warnings
A
logical
indicating whether to print warnings, if any.- progress_bar
Whether to show a progress bar as the queries are performed.
Examples
if (FALSE) {
pgs_to_ppm('PGS000001')
pgs_to_ppm(c('PGS000017', 'PGS000042'))
}