Learn R Programming

htsr (version 2.1.6)

f_csv_multivar: 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")

Value

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

Arguments

files

list of hts files

daily

default = TRUE

fileo

name of the output file (without extension)

Author

P. Chevallier - Jan-Feb 2022

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.