| inlineField | R Documentation | 
Wrap a Shiny input so its label is displayed inline
inlineField(field_def, label, labelwidth = 6)
field_def | 
 A field definition with NULL set for the label property  | 
label | 
 Field label  | 
labelwidth | 
 With (in units out of 12) for label  | 
output A UI definition that can be passed to the shinyUI function.
inlineField(numericInput("foo", label = NULL, min = 0, max = 100, value = 50), "FOO")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.