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

Description Usage Arguments Value Examples

View source: R/radiant.R

Description

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

Usage

1
2
3
4
5
6
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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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)

bioCancer documentation built on Nov. 8, 2020, 6:26 p.m.