choice_c,ref_horodate-method {stacomiR} | R Documentation |
Choice_c method for ref_horodate
Description
Choice_c method for ref_horodate
Usage
## S4 method for signature 'ref_horodate'
choice_c(
object,
nomassign = "horodate",
funoutlabel = "nous avons le choix dans la date\n",
horodate,
silent = FALSE
)
Arguments
object |
An object of class ref_horodate-class |
nomassign |
The name assigned in environment envir_stacomi |
funoutlabel |
text displayed by the interface |
horodate |
The horodate to set, formats "%d/%m/%Y %H:%M:%s", "%d/%m/%y %H:%M:%s", "%Y-%m-%d %H:%M:%s" formats can also be passed with the date set to the minute %d/%m/%Y %H:%M or the day %d/%m/%Y ... are accepted. The choice_c method assigns and |
silent |
Default FALSE, should messages be displayed |
Value
An object of class ref_horodate-class with slot horodate set, and assigns an object of class POSIXt with name nomassign in envir_stacomi
[Package stacomiR version 0.6.1 Index]