| combine_hobo | R Documentation |
Tidy multiple data retrieved from HOBO U26 Dissolved Oxygen Data Logger.
combine_hobo(file_path, file_prefix = "no.")
file_path |
Directory of the folder containing the files. |
file_prefix |
The prefix before the code for the data logger, defaults to "no." |
A dataframe.
hobo_data_path <- system.file("extdata", package = "aelab")
df <- combine_hobo(hobo_data_path, file_prefix = "ex_ho")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.