read_hoboware: Read Onset HOBOWare file

View source: R/HOBO.R

read_hobowareR Documentation

Read Onset HOBOWare file

Description

Read Onset HOBOWare file no matter how it is formatted

Usage

read_hoboware(filename, configuration, simplify = TRUE, encoding = "UTF-8")

Arguments

filename

character, path to the file

configuration

A named list of file configuration properties according to detect_hoboware_configuration. If missing, LoggerReadR will attempt to auto-detect configuration properties.

simplify

logical, whether LoggerReadR should simplify the returned dataframe (see details)

encoding

The encoding of the textfile. Defaults to "UTF-8"

Details

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'.

Value

dataframe, a dataframe

Author(s)

Nick Brown


nicholas512/LoggerReadR documentation built on April 15, 2022, 9:13 a.m.