Description Usage Arguments Author(s)
Inserts a new shiny text input area object from the server code. Wraps the insert UI function.
1 2 | newTextAreaInput(location, id, titleText, placement = "beforeEnd",
cols = 12, rows = 20, hidden = FALSE, immediate = FALSE)
|
location |
The existing object that the new shiny object will be placed relative to. |
id |
the id of the new shiny object. |
titleText |
the displayed label. |
placement |
Object placement relative to location object. |
cols |
a number of columns |
rows |
a number of rows |
hidden |
Should the object be hidded when created. Default = FALSE. |
immediate |
Should the object be created immediately. Default = FALSE. |
Nathan Vaughan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.