View source: R/addEditModules.R
Takes a data.frame
containing information about shiny inputs and
additional optional parameters to create list of shiny inputs to be displayed
in a modal
1 2 3 4 5 6 7 | modalInputs(
ns = ns,
inputData,
values,
choices,
session = shiny::getDefaultReactiveDomain()
)
|
ns |
namespace function passed from calling environment |
inputData |
a
|
values |
Optional argument to be used when the inputs are being populated from an observation in the database. (NEED MORE DOCUMENTATION HERE ONCE THE EDIT FUNCTIONALITY IS BUILT OUT) |
choices |
Optional argument to provide the choices for
|
session |
These parameters are handled by
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.