Package uk.co.terminological.rjava
Annotation Type RDefault
The RDefault annotation can be used to define R code that will be used if nothing is passed to the this method for the annotated value.
- Version:
- $Id: $Id
- Author:
- vp22681
-
Required Element Summary
Required Elements
-
Element Details
-
rCode
String rCodeA default value specified as an R expression that will be passed to the function if not explicitly given. e.g. "c('a','b','c')" or "1.234" or "Sys.Date()"- Returns:
- the R expression
-