fun_table_per_dis {stacomiR} | R Documentation |
functions called in DF and DC
Description
functions called in DF and DC
Usage
fun_table_per_dis(
typeperiode,
tempsdebut,
tempsfin,
libelle,
color,
date = TRUE
)
Arguments
typeperiode |
ref.tr_typearretdisp_tar(per_tar_code) the code of the period (see table ref.tr_typearretdisp_tar) |
tempsdebut |
ref.tr_typearretdisp_tar(per_date_debut) starting timestamp of the period |
tempsfin |
The postgres column ref.tr_typearretdisp_tar(per_date_fin) ending timestamp of the period |
libelle |
The postgres column ref.tr_typearretdisp_tar(libelle )description of the period type |
color |
A named vector of color matching libelle. |
date |
Boolean, should the function return a POSIXt or date value |
Value
A list
Note
returns either POSIXt or date if date=TRUE
Author(s)
Cedric Briand cedric.briand@eptb-vilaine.fr
[Package stacomiR version 0.6.1 Index]