Retrieves the mappings between the ancestry class symbols and ancestry class
via the PGS Catalog REST API. Note: this function is not exported and should
only be used for debugging reasons. Use in alternative
get_ancestry_categories
.
get_ancestry_symbol_mappings(
verbose = FALSE,
warnings = TRUE,
progress_bar = TRUE
)
Return a tibble of mappings between the ancestry symbols and their name, e.g. EUR and European, respectively.
A logical
indicating whether the function should be
verbose about the different queries or not.
A logical
indicating whether to print warnings, if any.
Whether to show a progress bar indicating download progress from the REST API server.