choice_c,report_env-method {stacomiR} | R Documentation |
command line interface for report_env class
## S4 method for signature 'report_env' choice_c(object, stationMesure, datedebut, datefin, silent = FALSE)
object |
An object of class report_env-class |
stationMesure |
A character, the code of the monitoring station, which records environmental parameters choice_c,ref_env-method |
datedebut |
The starting date as a character, formats like |
datefin |
The finishing date of the report, for this class this will be used to calculate the number of daily steps. |
silent |
Boolean default FALSE, if TRUE information messages not displayed. |
An object of class report_env-class The choice_c method fills in the data slot for ref_env and and then uses the choice_c methods of these object to select the data.
Cedric Briand cedric.briand"at"eptb-vilaine.fr @aliases choice_c.report_env