setVariable: Set, Get, and Remove Variables

Description Usage Arguments Examples

View source: R/functions.R

Description

Define, get, and remove variables

Usage

1
2
3

Arguments

name

name of the variable

value

the value of the variable

Examples

1
2
3
4
5
6
setVariable("var1", 1)
exists("var1")
getVariable("var1")
rmVariable("var1")
getVariable("var1")
getVariable("tkRplotR_pngType")

tkRplotR documentation built on June 27, 2021, 5:08 p.m.