Learn R Programming

EventDetectGUI (version 0.3.0)

setEnvData: Set a value to a variable in the packageData Environment

Description

Set a value to a variable in the packageData Environment

Usage

setEnvData(strName, value)

Arguments

strName

String/Character vector. Name of variable that is to be accessed.

value

Any value that shall be set to the respective variable

Value

None