powered by
Map PGS identifiers to PSS identifiers.
pgs_to_pss( pgs_id = NULL, verbose = FALSE, warnings = TRUE, progress_bar = TRUE )
A data frame of two columns: pgs_id and pss_id.
pgs_id
pss_id
A character vector of PGS identifiers, e.g., "PGS000001". If NULL then returns results for all PGS identifiers in the Catalog.
NULL
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) { pgs_to_pss('PGS000001') pgs_to_pss(c('PGS000017', 'PGS000042')) }
Run the code above in your browser using DataLab