with_golem_options | R Documentation |
You'll probably never have to write this function as it is included in the golem template created on launch.
with_golem_options(
app,
golem_opts,
maintenance_page = golem::maintenance_page,
print = FALSE
)
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 |
a shiny.appObj object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.