combine_hobo {aelab} | R Documentation |
combine_hobo
Description
Tidy multiple data retrieved from HOBO U26 Dissolved Oxygen Data Logger.
Usage
combine_hobo(file_path, file_prefix = "no.")
Arguments
file_path |
Directory of the folder containing the files. |
file_prefix |
The prefix before the code for the data logger, defaults to "no." |
Value
A dataframe.
Examples
hobo_data_path <- system.file("extdata", package = "aelab")
df <- combine_hobo(hobo_data_path, file_prefix = "ex_ho")
[Package aelab version 1.0.1 Index]