read_delim_ui_input: UI input elements for delimited-file reader.

Description Usage Arguments Details Value See Also

Description

Used to define the UI input elements within the read_delim shiny module.

Usage

1

Arguments

id,

character used to specify namesapce, see shiny::NS

Details

This function returns a shiny::tagList with members:

file

shiny::fileInput, used to specify file

delim

shiny::selectizeInput, used to specify delimiter character

decimal_mark

shiny::selectizeInput, used to specify decimal mark

tz_parse

shiny::selectizeInput, used to specify timezone to parse

tz_parse_modal

shinyBS::bsModal, used explain timezone-parsing

tz_display

shiny::selectizeInput, used to specify timezone to display

tz_display_modal

shinyBS::bsModal, used explain timezone-parsing

The purpose is to specify the UI elements - another set of functions can be used to specify layout.

Value

a shiny::tagList containing UI elements

See Also

Other read_delim module functions: read_delim_server, read_delim_ui_misc, read_delim_ui_output


ijlyttle/shinypod documentation built on May 18, 2019, 3:41 a.m.