Annotation Type RDefault


@Retention(RUNTIME) @Target(PARAMETER) public @interface 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
    Modifier and Type
    Required Element
    Description
    A default value specified as an R expression that will be passed to the function if not explicitly given.
  • Element Details

    • rCode

      String rCode
      A 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