inline: A function to display shiny elements inline

Description Usage Arguments Value Examples

Description

A function to display shiny elements inline

Usage

1
inline(x, m = 10, va = "top")

Arguments

x

the elements to display

m

margin size (in px)

va

vertical alignement (top, middle, bottom)

Value

the element to display in a html div tag with the relevant css style

Examples

1
2
3
4
## Not run: 
inline(textInput("text", label = "Enter text", value = ""))

## End(Not run)

BenjaminLouis/manageR documentation built on May 8, 2019, 12:50 p.m.