powered by
mmstat.getValues returns a list with named elements. If the parameter is NULL then a default value stored local will be used. mmstat.getValue returns a value. If the parameter is NULL or NA then def will be returned
mmstat.getValues
NULL
local
mmstat.getValue
NA
def
mmstat.getValues(local, ...)mmstat.getValue(val, def)
mmstat.getValue(val, def)
a list of requested parameters
list: default values for the named parameter
list of named parameters
value for a parameter
default value for a parameter
def <- list(a=3) mmstat.getValues(def, b=3, a=NULL) mmstat.getValue(NA, 5) mmstat.getValue(NULL, 5) mmstat.getValue(3, 5)
Run the code above in your browser using DataLab