Description Usage Arguments Details Value See Also
Used to define the UI input elements within the read_delim shiny module.
1 |
id, |
character used to specify namesapce, see |
This function returns a shiny::tagList with members:
shiny::fileInput, used to specify file
shiny::selectizeInput, used to specify delimiter character
shiny::selectizeInput, used to specify decimal mark
shiny::selectizeInput, used to specify timezone to parse
shinyBS::bsModal, used explain timezone-parsing
shiny::selectizeInput, used to specify timezone to display
shinyBS::bsModal, used explain timezone-parsing
The purpose is to specify the UI elements - another set of functions can be used to specify layout.
a shiny::tagList containing UI elements
Other read_delim module functions: read_delim_server,
read_delim_ui_misc,
read_delim_ui_output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.