Description Usage Arguments Value Examples
Return message when the filter formula is not correct (mRNA > 500)
1 2 3 4 5 6 | 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
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.