with_golem_options {golem} | R Documentation |
Add Golem options to a Shiny App
Description
You'll probably never have to write this function as it is included in the golem template created on launch.
Usage
with_golem_options(
app,
golem_opts,
maintenance_page = golem::maintenance_page,
print = FALSE
)
Arguments
app |
the app object. |
golem_opts |
A list of options to be added to the app |
maintenance_page |
an html_document or a shiny tag list. Default is golem template. |
print |
Whether or not to print the app. Default is to |
Value
a shiny.appObj object
[Package golem version 0.4.1 Index]