dygraph_ui_input: UI input elements for dygraph module.

Description Usage Arguments Details Value See Also

Description

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

Usage

1

Arguments

id,

character used to specify namesapce, see shiny::NS

Details

This function returns a shiny::tagList with members:

time

shiny::selectizeInput, used to specify time variable

y1

shiny::selectizeInput, used to specify y1-axis variable

y2

shiny::selectizeInput, used to specify y2-axis variable

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 dygraph module functions: dygraph_server, dygraph_ui_misc, dygraph_ui_output


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