mmstat.set: mmstat.set

mmstat.setR Documentation

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(...)

Arguments

...

named parameters with values or names

Value

nothing

Examples

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

HKRbook documentation built on Oct. 6, 2022, 9:06 a.m.