download.thredds.AGB.Rd
download.thredds.AGB
download.thredds.AGB(
outdir = NULL,
site_ids,
run_parallel = FALSE,
ncores = NULL
)
data.frame summarize the results of the function call
if (FALSE) { # \dontrun{
outdir <- "~/scratch/abg_data/"
results <- PEcAn.data.remote::download.thredds.AGB(outdir=outdir,
site_ids = c(676, 678, 679, 755, 767, 1000000030, 1000000145, 1000025731),
run_parallel = TRUE, ncores = 8)
} # }