returnTextAreaInput {bioCancer} | R Documentation |
Return message when the filter formula is not correct (mRNA > 500)
returnTextAreaInput(inputId, label= NULL, rows = 2, placeholder = NULL, resize= "vertical", value = "")
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 |
text message
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)