Description Usage Arguments Examples
This function cleans water level data exported from the Hoboware software
1 | standardize.hobo(hobo.file, logger.id = NULL, temperature = NULL)
|
hobo.file |
the path to your solinst csv file |
logger.id |
the serial number of your logger, necessary for temperature compensation |
temperature |
data frame of an external source of temperature data, if the logger was launched without temperature. Must have fields 'time' in POSIX format and 'temperature' in degrees C |
1 2 | standardize.hobo('Petaluma01_120815.csv')
standardize.hobo('Petaluma01_110412.csv', logger.id = 11201228, temperature = my.temps)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.