Learn R Programming

HKRbook (version 0.1.3)

mmstat.set: mmstat.set

Description

mmstat.set sets one (or more) parameter to the internal environment. mmstat.get return one or more parameters from the internal environment.

Usage

mmstat.set(...)

mmstat.get(...)

Value

nothing

Arguments

...

named parameters with values or names

Examples

Run this code
mmstat.set(debug=0)
mmstat.get("debug")
mmstat.get("debug", "shiny") # returns a list

Run the code above in your browser using DataLab