Learn R Programming

debrowser (version 1.0.8)

textareaInput: textareaInput

Description

Generates a text area input to be used for gene selection within the DEBrowser.

Usage

textareaInput(id, label, value, rows = 20, cols = 35, class = "form-control")

Arguments

id,
id of the control
label,
label of the control
value,
initial value
rows,
the # of rows
cols,
the # of cols
class,
css class

Examples

Run this code
    x <- textareaInput("genesetarea", "Gene Set",
        "Fgf21", rows = 5, cols = 35)

Run the code above in your browser using DataLab