importSettings | R Documentation |
Constructs a widget for specifying settings for importing data. This widget is designed to be used within a Shiny web application.
importSettings(
buttonId,
x = NULL,
width = NULL,
height = NULL,
elementId = NULL
)
buttonId |
|
x |
|
width |
|
height |
|
elementId |
|
A list
object containing a list
element for each field/layer name
containing:
character
name of the field/layer.
logical
value indicating if the field/layer should be used.
character
value. Available options are
"Theme"
, "Weight"
, or "Include"
.
numeric
random value used to ensure that updates trigger
when the button is clicked.
## Not run:
# run Shiny app to demo the sidebar pane
if (interactive()) {
runExample("importSettings")
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.