returnTextAreaInput: Return message when the filter formula is not correct (mRNA >...

View source: R/radiant.R

returnTextAreaInputR Documentation

Return message when the filter formula is not correct (mRNA > 500)

Description

Return message when the filter formula is not correct (mRNA > 500)

Usage

returnTextAreaInput(inputId,
                          label= NULL,
                          rows = 2,
                         placeholder = NULL,
                         resize= "vertical",
                         value = "")

Arguments

inputId

The ID of the object

label

Text describes the box area

rows

Number of rows

placeholder

Error message if needed

resize

orientation of text

value

default text in the area box

Value

text message

Examples

ShinyApp <-  1
## Not run: 
returnTextAreaInput(inputId = "data-filter",
                    label = "Error message",
                    rows =  2,
                    placeholder = "Provide a filter (e.g., Genes == 'ATM') and press return",
                    resize = "vertical",
                    value="")

## End(Not run)

kmezhoud/bioCancer documentation built on Feb. 17, 2024, 10:29 a.m.