read_delim_ui_output: UI output elements for delimited-file reader.

Description Usage Arguments Details Value See Also

Description

Used to define the UI output 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:

status

shiny::htmlOutput, used to display status of the module

text

shiny::htmlOutput, used to display first few lines of text from file

data

shiny::htmlOutput, used to display first few lines of the parsed dataframe

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_input, read_delim_ui_misc


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