if (FALSE) {
# root argument will vary by operating system conventions
download_ePIRLS(years=2016, root = "~/")
# cache=TRUE will download then process the datafiles
download_ePIRLS(years=2016, root = "~/", cache = TRUE)
# set verbose=FALSE for silent output
# if year not specified, download all years
download_ePIRLS(root="~/", verbose = FALSE)
}
Run the code above in your browser using DataLab