f_csv_multivar {htsr}R Documentation

Build a multivariable table file in csv format

Description

Build a multivariable table file in csv format

Usage

f_csv_multivar(files, daily = TRUE, fileo = "fileo")

Arguments

files

list of hts files

daily

default = TRUE

fileo

name of the output file (without extension)

Details

The function build a cvs file with values extracted from several hts files at the same date. So, it's better to run 'h_common' before to apply 'f_csv_multivar'

If daily is TRUE, only the date is taking into account, not the time.

Value

A csv table, where the first field is a date and the next fields values

Author(s)

P. Chevallier - Jan-Feb 2022


[Package htsr version 2.1.4 Index]