getvalue,ref_period-method {stacomiR} | R Documentation |
Returns the POSIXt value of a given name
## S4 method for signature 'ref_period' getvalue(object, id)
object |
An object of class ref_period-class |
id |
one of "jour", "semaine", "quinzaine", "mois" |
"a character to be used in seq.POSIXt
Cedric Briand cedric.briand"at"eptb-vilaine.fr
## Not run: getvalue(new("ref_period"),"quinzaine") ## End(Not run)