Learn R Programming

aelab (version 1.0.1)

process_hobo: process_hobo

Description

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

Usage

process_hobo(file_path, no_hobo)

Value

A dataframe.

Arguments

file_path

Directory of file.

no_hobo

The code for the data logger.

Examples

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

Run the code above in your browser using DataLab