write_delim_ui_input: UI input elements for delimited-file writer.

Description Usage Arguments Details Value See Also

Description

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

Usage

1

Arguments

id,

character used to specify namesapce, see shiny::NS

Details

This function returns a shiny::tagList with members:

delim

shiny::selectizeInput, used to specify delimiter character

filename

shiny::textInput, used to specify file name

download

shiny::downloadButton, download button

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 write_delim module functions: write_delim_server, write_delim_ui_output


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