brochureApp | R Documentation |
This function is to be used in place of
shinyApp()
.
brochureApp(
...,
onStart = NULL,
options = list(),
enableBookmarking = NULL,
content_404 = "Not found",
basepath = "",
req_handlers = list(),
res_handlers = list(),
wrapped = shiny::tagList
)
... |
a list of elements to inject in the brochureApp.
IMPORTANT NOTE all elements which are not of class |
onStart |
A function that will be called before the app is actually run.
This is only needed for |
options |
Named options that should be passed to the |
enableBookmarking |
Can be one of |
content_404 |
The content to dislay when a 404 is sent |
basepath |
The base path of your app. This pattern will be removed from the
url, so that it matches the href of your |
req_handlers |
a list of functions that can manipulate the |
res_handlers |
A list of functions that can manipulate the httpResponse
object before it is send to the browser. Each function must take a |
wrapped |
A UI function wrapping the Brochure UI.
Default is |
A shiny.appobj
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.