getHFCcountries {HMDHFDplus} | R Documentation |
The function returns a list of population codes used in the Human Fertility Collection (HFC). Optionally, it also can return a data.frame with both the full population name and short code.
getHFCcountries(names = FALSE)
names |
logical. Default |
either a character vector of short codes (default) or a data.frame
of country names and codes.
## Not run:
getHFCcountries()
getHFCcountries(names = TRUE)
## End(Not run)