es_add_input: Adds a shiny input object to the UI.

Description Usage Arguments

Description

Useful for inputs (e.g. textInput). The input variables can be used in shiny style (input$variable) in the output functions. Do not use this function to create output objects, as they are registered in a different way. The specialized functions (e.g. es_renderPlot) can be used for that.

Usage

1
es_add_input(shinyfunction, tab = "Output", box = "Result", ...)

Arguments

shinyfunction

a shiny function to call to create the object

tab

tab to show the object in (new name creates tab)

box

box in the view area to show object in (new name creates box)

...

the arguments to deliver to the shiny function (inputId and value create an entry in the input$inputId list useful in console mode)


mYstar/easyshiny documentation built on June 21, 2019, 10:37 a.m.