Learn R Programming

RSCABS (version 0.9.5)

selectPara: Window to declare the names of variables and values

Description

This internal function brings up a window to declare a variable or value. The function then assigns the names in global variables and updates the corresponding labels on the OtherPath window.

Usage

selectPara(VarName,LabelName=NULL,Enviro,What=NULL,Mult=FALSE,Display=NULL)

Arguments

VarName

The name (as a string) of the variable or value to be specified in the data set.

LabelName

The name (as a string) of the label that will be updated. The default is to not update a label.

What

A vector that can can be selected from.

Enviro

The name (as a string) of the environment that containing the variables and labels.

Mult

Bool for determining if multiple values can be selected.

Display

Indicates what is displayed in the window title.