View source: R/read_who_table.R
read_who_table | R Documentation |
Provides a data frame of the WHO growth table for a given age, sex, and type of measurement.
read_who_table(sex = NULL, age = NULL, type = "wfa")
sex |
either |
age |
age in years |
type |
table type, choose from |
This function uses files included in system.file(package = "clinPK")
.
Previously this function also gave the option to download the tables from
WHO, but the original URL ("http://www.who.int/entity/childgrowth/standards")
no longer exists as of 2021-05-19.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.