welcomeMessage-shiny {gptstudio} | R Documentation |
Shiny bindings for welcomeMessage
Description
Output and render functions for using welcomeMessage within Shiny applications and interactive Rmd documents.
Usage
welcomeMessageOutput(outputId, width = "100%", height = NULL)
renderWelcomeMessage(expr, env = parent.frame(), quoted = FALSE)
Arguments
outputId |
output variable to read from |
width , height |
Must be a valid CSS unit (like |
expr |
An expression that generates a welcomeMessage |
env |
The environment in which to evaluate |
quoted |
Is |
[Package gptstudio version 0.4.0 Index]