View source: R/mooringDownload.R
mooringDownload | R Documentation |
Downloads all IMOS mooring data for a specified, single mooring site
mooringDownload(
moor_site_codes,
fromWeb,
sensorType = "temperature",
itimeout = 240,
file_loc
)
moor_site_codes |
character vector of the name(s) of the desired mooring(s) (updated from moorID to match download file) |
fromWeb |
logical string detailing whether or no the netCDF should be downloaded from the web or uploaded from a saved file location |
sensorType |
character string detailing which sensor value we are interested in. Can be "temperature", "velocity", "salinity or "oxygen"." |
itimeout |
integer value for number of seconds we are willing to wait before timeout to download netcdf from the web. Defaults to 60 |
file_loc |
character string for the location of the saved files |
The moorData
dataframe with the sensor information time series for a given site_code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.