powered by
Tidy multiple data retrieved from HOBO U26 Dissolved Oxygen Data Logger.
combine_hobo(file_path, file_prefix = "no.")
A dataframe.
Directory of the folder containing the files.
The prefix before the code for the data logger, defaults to "no."
hobo_data_path <- system.file("extdata", package = "aelab") df <- combine_hobo(hobo_data_path, file_prefix = "ex_ho")
Run the code above in your browser using DataLab