s.flexOutput: shinypipe server function for ui.flexOutput

Description Usage Arguments Value

View source: R/p_flexOutput.R

Description

shinypipe server function for ui.flexOutput

Usage

1
2
s.flexOutput(input, output, session, envir, expr = "", type = "Print",
  editable = T, rows = 1)

Arguments

input

shiny input

output

shiny output

session

shiny session

envir

The environment in which the expr needs to be evaluated

expr

The expression to be evaluated as a string, or its starting value if editable

type

The type of UI, or its starting value if editable (one of "Print", "Table", or "Plot")

editable

whether the user can change the output type and output expression [Default: T]

rows

number of rows of text area input; only valid if editable is T [Default: 1]

Value

a reactive list of type and expr used


rajkar86/shinypipe documentation built on Aug. 22, 2021, 9:48 p.m.