compile_do_folder: Compile DO data

View source: R/compile_do_folder.R

compile_do_folderR Documentation

Compile DO data

Description

This function compiles Dissolved Oxygen data files downloaded from PME miniDot DO loggers. Use if the data where not compiled using the PME java app on the logger.

Usage

compile_do_folder(folderpath, savetofolder)

Arguments

folderpath

The folder where the individual files are located

savetofolder

The folder where the output csv is to be saved

Value

a .csv file

Examples

## Not run: 
compile_do_folder(
  folderpath = "C:/Projects/Datasets/DO/Continuous/Greenwood/2019/7450-516388",
  savetopath = "C:/Projects/Datasets/DO/Continuous/Greenwood/2019")

## End(Not run)

mnsentinellakes/mnsentinellakes documentation built on May 4, 2024, 7:48 p.m.