ncss_download: Download a NCSS resource as NetCDF

View source: R/ncss.R

ncss_downloadR Documentation

Download a NCSS resource as NetCDF

Description

Download a NCSS resource as NetCDF

Usage

ncss_download(
  uri = ncss_url(),
  dest = file.path(".", ncss_basename(uri)),
  quiet = TRUE
)

Arguments

uri

character, the URL of the resource

dest

character, file and path of the destination file

quiet

logical see download.file

Value

named logical where TRUE is success


BigelowLab/daymet documentation built on Aug. 29, 2023, 8:21 a.m.