Description Usage Arguments Value Examples
A function to display shiny elements inline
1 | inline(x, m = 10, va = "top")
|
x |
the elements to display |
m |
margin size (in px) |
va |
vertical alignement (top, middle, bottom) |
the element to display in a html div tag with the relevant css style
1 2 3 4 | ## Not run:
inline(textInput("text", label = "Enter text", value = ""))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.