describe_ethnicity {epiCo} | R Documentation |
Function that returns the description of the consulted ethnicities
describe_ethnicity(ethnic_codes, language = c("EN", "ES"))
ethnic_codes |
A numeric vector with the codes of ethnicities to consult |
language |
"ES" for description in Spanish "EN" for English. The default value is EN |
A printed message with ethnicities descriptions
describe_ethnicity(round(runif(n = 150, min = 1, max = 4)))