standard_layout {teal.widgets} | R Documentation |
Create a standard UI layout with output on the right and an encoding panel on
the left
Description
This is the layout used by the teal
modules.
Usage
standard_layout(
output,
encoding = NULL,
forms = NULL,
pre_output = NULL,
post_output = NULL
)
Arguments
output |
(shiny.tag )
object with the output element (table, plot, listing) such as for example returned
by shiny::plotOutput() .
|
encoding |
(shiny.tag )
object containing the encoding elements. If this element is NULL then no encoding side
panel on the right is created.
|
forms |
(tagList )
for example shiny::actionButton() that are placed below the encodings panel
|
pre_output |
(shiny.tag , optional)
with text placed before the output to put the output into context. For example a title.
|
post_output |
(shiny.tag , optional) with text placed after the output to put the output
into context. For example the shiny::helpText() elements are useful.
|
Value
an object of class shiny.tag
with the UI code.
[Package
teal.widgets version 0.4.2
Index]