View source: R/imos_variables.R
imos_variables | R Documentation |
remora
packageSummary of available IMOS environmental variable to append to detection data.
imos_variables(variable = NULL)
variable |
(optional) name of a specific variable you are interested in. Default of |
This function helps users identify what quality controlled environmental variables
can be accessed and appended to their detection data using the extractEnv
of mooringTable
functions.
a formatted table with details of available variables accessible through the remora
package
## Identify all available variables
imos_variables()
## If there is a specific variable you are interested in
imos_variables(variable = "rs_sst_interpolated")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.