f_csv_multivar: Build a multivariable table file in csv format

View source: R/f_csv_multivar.R

f_csv_multivarR 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


htsr documentation built on Oct. 13, 2023, 5:10 p.m.