View source: R/download_netcdf_subset.R
download_netcdf_subset | R Documentation |
Query CSIRO NetCDF Subset Service
download_netcdf_subset( variable, year_range, model, rcp, lat, lon, date_start, date_end, date_step = 1, method = "download.file" )
lat, |
number, latitude |
lon |
number, longitude |
date_start |
date |
date_end |
date |
date_step |
number, days between date_start and date_end to download |
method |
character, use httr2 or download.file methods |
character, path to temporary file that is downloaded
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.