append.new.HOBO.file: Combine previous HOBO file with new HOBO file

View source: R/append.new.HOBO.file.R

append.new.HOBO.fileR Documentation

Combine previous HOBO file with new HOBO file

Description

Takes the previously QC'd HOBO file and append the new dataset.

Usage

append.new.HOBO.file(
  newfile,
  file2append,
  CF_init = 1,
  TM_init,
  CF_end = 1,
  TM_end
)

Arguments

newfile

data frame of new HOBO dataset that need to be appended to the old one. "datetime" format has been formated within the read.hobo() function.

file2append

data frame of old HOBO dataset the new HOBO data frame will be appended to. The "datetime" format is formated within the current function.

CF_init

correction factor at the beginning

TM_init

Time measurement initialization : when probes are back in the lakes

CF_end

correction factor at the end

TM_end

Time measurement end: when probes are taken out of the lakes

ind_init

index of when to start correcting the measurements

ind_end

index of when to stop correcting the measurements

Author(s)

Rosalie Bruel


rosalieb/rhobo documentation built on Dec. 7, 2023, 10:43 p.m.