buildSNOTFile: buildSNOTFile

Description Usage Arguments Value

View source: R/buildSNOTFile.R

Description

Build and write a file with SNO-Tourbières format. Ready to be integrated into data-snot.snot.cnrs.fr

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
buildSNOTFile(
  dataSNOT,
  theme,
  frequence,
  site,
  station,
  datatype,
  minDate,
  maxDate,
  repsortie
)

Arguments

dataSNOT

dataframe of data to be integrated

theme

string of theme code of the data (ex. "meteosol")

frequence

string of frecency code (ex. "sh" or "infraj")

site

string of the code site (ex. "lgt")

station

string of the code station (ex. "bm1")

datatype

string of datatype code (ex. "meteosol")

minDate

string of begin date (ex. %d/%m/%Y)

maxDate

string of end date (ex. %d/%m/%Y)

repsortie

string of the path to export file (default "../3_SNOT_meteosol/")

Value

Data file with name and structure for data-snot.cnrs.fr. Ready to be integrated in data-snot.cnrs.fr


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