workflowMeteosolData: Data processing of raw files from biometeorological station...

Description Usage Arguments Value Examples

View source: R/workflowMeteosolData.R

Description

Compilation + qualitycontrol of raw files from 1_BRUTE_meteosol/

Usage

1
2
3
4
5
6
7
8
workflowMeteosolData(
  repFile,
  repTraitement,
  repOut,
  yearsToIntegrate,
  Site,
  Station
)

Arguments

repFile

repository of raw files (ex. 1_BRUTE_meteosol/03-02-2016_actuel/)

repTraitement

out repository for temp files

repOut

out repository for final files. Ready to integrate to data-snot.cnrs.fr

yearsToIntegrate

String of the years to integrate (yy) (ex. "19" for 2019...,"all" pour all years)

Site

String of the code site code (ex. "lgt", "bdz", "ldm", or "frn")

Station

String of the station code (ex. "bm1", "bm2", "bm3"...)

Value

A csv file ready to be integrated in data-snot.cnrs.fr

Examples

1
2
3
4
5
6
workflowMeteosolData(repFile=system.file("extdata", package = "toolboxMeteosol"),
			repTraitement="~/",
			repOut="~/",
			yearsToIntegrate="20",
			Site="lgt",
			Station="bm1")

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