process_hobo: process_hobo

View source: R/hobo_do.R

process_hoboR Documentation

process_hobo

Description

Tidy the data retrieved from HOBO U26 Dissolved Oxygen Data Logger.

Usage

process_hobo(file_path, no_hobo)

Arguments

file_path

Directory of file.

no_hobo

The code for the data logger.

Value

A dataframe.

Examples

hobo_data_path <- system.file("extdata", "ex_hobo.csv", package = "aelab")
df <- process_hobo(hobo_data_path, "code_for_logger")

aelab documentation built on Sept. 11, 2024, 7:33 p.m.