Downloads all IMOS mooring data for a specified, single mooring site

mooringDownload(
  moor_site_codes,
  fromWeb,
  sensorType = "temperature",
  itimeout = 240,
  file_loc
)

Arguments

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

Value

The moorData dataframe with the sensor information time series for a given site_code