moduleOutput: Create a dynamic module output for ygdashboard (client side)

Description Usage Arguments See Also

View source: R/moduleOutput.R

Description

This can be used as a placeholder for dynamically-generated dashboardUser, dashboardFooter. If called directly, you must make sure to supply the correct type of tag. It is simpler to use the wrapper functions if present; for example, userOutput and footerOutput.

Usage

1
moduleOutput(outputId, tag = tags$li)

Arguments

outputId

Output variable name.

tag

A tag function, like tags$li or tags$ul.

See Also

renderUI for the corresponding server side function and examples.

userOutput and footerOutput as wrapper function of moduleOutput.


gyang274/ygdashboard documentation built on May 17, 2019, 9:42 a.m.