| pgs_to_pgp | R Documentation |
Map PGS identifiers to PGP identifiers.
pgs_to_pgp( pgs_id = NULL, verbose = FALSE, warnings = TRUE, progress_bar = TRUE )
pgs_id |
A character vector of PGS identifiers,
e.g., "PGS000001". If |
verbose |
A |
warnings |
A |
progress_bar |
Whether to show a progress bar as the queries are performed. |
A data frame of two columns: pgs_id and pgp_id.
## Not run:
pgs_to_pgp('PGS000001')
pgs_to_pgp(c('PGS000017', 'PGS000042'))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.