read_who_table {clinPK} | R Documentation |
Internal function to read WHO growth tables from package or download from WHO
read_who_table(sex = NULL, age = NULL, type = "wfa", who_url = "http://www.who.int/entity/childgrowth/standards", download = FALSE)
sex, |
either 'male' or 'female' |
age |
age in years |
type |
table type, choose from 'wfa' (weight for age), 'lhfa' (length for age) |
who_url |
base URL for WHO growth tables |
download |
download current tables from WHO? |