getCtryNlDataFname: Construct the name of the country data file.
Description
Construct the name of the data file. This function can be altered to name the file as
required and consistently retrieve the name. Used in the function getCtryNlDataFnamePath
to concat the directory path and this filename. Currently all nlTypes are stored in one
file. Can be altered to separate VIIRS and OLS data files for example.
# NOT RUN {ctryCode <- "KEN"admLevel <- "KEN_adm0"Rnightlights:::getCtryNlDataFname(ctryCode, admLevel)
#returns string of name of the ctry data file# }