readRawFilesBM: readRawFilesBM

Description Usage Arguments Value Examples

View source: R/readRawFilesBM.R

Description

Read file from CR1000X datalogger, convert variable name and UTC+1 date configuration. Used for biometeorological station of SNO-Tourbières

Usage

1
readRawFilesBM(rawFilePath)

Arguments

rawFilePath

Complete file path of raw file (ex. "~/SI_SNOT/processMeteoSol/inst/extdata/FR_LGT_001_20_036_0000.csv"). Need to respect format presented here

Value

data.table meteosol semi-hourly

Examples

1
2
3
4
rawFilePath <- system.file("extdata",
"FR_LGT_001_20_036_0000.csv",
package = "toolboxMeteosol")
readRawFilesBM(rawFilePath)

Rosalien/toolboxMeteosol documentation built on Aug. 15, 2020, 7 a.m.