View source: R/class-studies.R
countries_tbl | R Documentation |
Creates a countries table. This
function is used internally to create both the countries_of_origin
and
countries_of_recruitment
slots of a studies object.
countries_tbl(
study_id = character(),
ancestry_id = integer(),
country_name = character(),
major_area = character(),
region = character()
)
study_id |
GWAS Catalog study accession identifier. |
ancestry_id |
Ancestry identifier. |
country_name |
Country name, according to The United Nations M49 Standard of Geographic Regions. |
major_area |
Region name, according to The United Nations M49 Standard of Geographic Regions. |
region |
Sub-region name, according to The United Nations M49 Standard of Geographic Regions. |
A tibble
whose columns are the named arguments
to the function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.