mmstat.getValues | R Documentation |
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(local, ...) mmstat.getValue(val, def)
local |
list: default values for the named parameter |
... |
list of named parameters |
val |
value for a parameter |
def |
default value for a parameter |
a list of requested parameters
def <- list(a=3) mmstat.getValues(def, b=3, a=NULL) mmstat.getValue(NA, 5) mmstat.getValue(NULL, 5) mmstat.getValue(3, 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.