Learn R Programming

GenoView (version 1.6.0)

colSel: Column name selection

Description

Selects a column name by user input.

Usage

colSel(col.crit, dataFrame)

Arguments

col.crit
Description of type of data in the desired column.
dataFrame
Matrix or data.frame with column names.

Value

Character which is a column name in dataFrame

See Also

printOption

Examples

Run this code
if(interactive()) {
  colSel("Gear", dataFrame = mtcars)
}

Run the code above in your browser using DataLab