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