powered by
Tidy the data retrieved from HOBO U26 Dissolved Oxygen Data Logger.
process_hobo(file_path, no_hobo)
A dataframe.
Directory of file.
The code for the data logger.
hobo_data_path <- system.file("extdata", "ex_hobo.csv", package = "aelab") df <- process_hobo(hobo_data_path, "code_for_logger")
Run the code above in your browser using DataLab