combine_hobo: combine_hobo

View source: R/hobo_do.R

combine_hoboR 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")

aelab documentation built on Feb. 23, 2026, 5:07 p.m.