Skip to contents

Download ESM data

Usage

htr_download_ESM(indir, outdir)

Arguments

indir

Directory where input files are located

outdir

Directory where output files will be saved

Author

Dave Schoeman and Tin Buenafe

Examples

if (FALSE) {
htr_download_ESM(
indir = file.path(base_dir, "data", "raw", "wget"), # input directory
outdir = file.path(base_dir, "data", "raw", "tos") # output directory
)
}