powered by
Check if a country's data file exists
existsCtryNlDataFile(ctryCode)
the ISO3 country code
TRUE/FALSE
# NOT RUN { ctryCode <- "KEN" message("Data file for ", ctryCode, ifelse(Rnightlights:::existsCtryNlDataFile(ctryCode), " FOUND", " NOT FOUND")) # }
Run the code above in your browser using DataLab