| pgs_to_pss | R Documentation | 
Map PGS identifiers to PSS identifiers.
pgs_to_pss(
  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 pss_id.
## Not run: 
pgs_to_pss('PGS000001')
pgs_to_pss(c('PGS000017', 'PGS000042'))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.