rhobo.check.inputs: Check inputs before HOBO QC

View source: R/rhobo.check.inputs.R

rhobo.check.inputsR Documentation

Check inputs before HOBO QC

Description

Take as input all the parameters and does some basic checks (chronological order for dates, files are present in the folder, pressure is in millibar)

Usage

rhobo.check.inputs(
  path2data = NULL,
  foldername = NULL,
  TC_pre = NULL,
  TC_post = NULL,
  TM_init = NULL,
  TM_end = NULL,
  Pbaro_mbar_init = NULL,
  Pbaro_mbar_end = NULL
)

Arguments

path2data

User's path to the folder where the data are stored. Within that folder, there should be two subfolders with the raw data (Hobo_Raw) and the processed data (Hobo_Process)

TC_pre

datetime of end of the "initialization" calibration (pre-deployment)

TC_post

datetime of end of the "end of deployement" calibration (post-deployment)

TM_init

Time measurement initialization : when probes are back in the lakes

TM_end

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

Pbaro_mbar_init

Atmospheric pressure in millibars during the "initialization" calibration (pre-deployment)

Pbaro_mbar_end

Atmospheric pressure in millibars during the "end of deployement" calibration (post-deployment)

filename

path to file we need to calculate the correction factors for. The file is a raw HOBO file, with temperature and oxygen.

Author(s)

Rosalie Bruel


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