# NOT RUN {
# Download a year of EDAS40 data files to the
# working directory
get_met_edas40(
years = 2012,
path_met_files = getwd())
# Download EDAS40 data files for March, April,
# and May of 2015 to the working directory
get_met_edas40(
years = 2015,
months = c(3, 4, 5),
path_met_files = getwd())
# }
Run the code above in your browser using DataLab