data-raw/fao_country_code.R

fao_country_code <- XLConnect::readWorksheetFromFile("data-raw/FAO_countrycodes.xlsx",
                                                 sheet = "Total")
colnames(fao_country_code) = c("reporter","country_name")

save(fao_country_code, file = "data/faocountrycode.RData")
SWS-Methodology/faoswsTrade documentation built on Feb. 13, 2023, 1:04 a.m.