read_hoboware | R Documentation |
Read Onset HOBOWare file no matter how it is formatted
read_hoboware(filename, configuration, simplify = TRUE, encoding = "UTF-8")
filename |
character, path to the file |
configuration |
A named list of file configuration properties according to |
simplify |
logical, whether LoggerReadR should simplify the returned dataframe (see details) |
encoding |
The encoding of the textfile. Defaults to "UTF-8" |
If simplify is 'TRUE', the dataframe will be standardized somewhat: row numbers and non-data columns will be removed; time and date columns will be combined into a single column called 'TIME'.
dataframe, a dataframe
Nick Brown
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.