choice_c,report_species-method | R Documentation |
command line interface for report_species-class
## S4 method for signature 'report_species'
choice_c(
object,
dc,
taxa = "all",
split = "none",
start_year,
end_year,
silent = FALSE
)
object |
An object of class report_species-class |
dc |
A numeric or integer, the code of the dc, coerced to integer,see choice_c,ref_dc-method |
taxa |
Either 'all' (default) or a species name in latin or the SANDRE code for species (ie 2038=Anguilla anguilla), it should match the ref.tr_taxon_tax referential table in the stacomi database, see choice_c,ref_taxa-method |
split |
one of c('none','week','month','year') |
start_year |
The starting the first year, passed as character or integer |
end_year |
the finishing year |
silent |
Boolean, if TRUE, information messages are not displayed |
An object of class report_species-class with data selected
Cedric Briand cedric.briand@eptb-vilaine.fr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.