launch_confessional_app | R Documentation |
Launches the confessional timing app in either a browser or viewer. Default is set to browser. The user is required to provide a path for which the time stamps are recorded.
launch_confessional_app(browser = TRUE, path = NULL, write = TRUE)
browser |
Open in browser instead of viewer. Default |
path |
Parent directory for output files. Default is a sub-folder |
write |
Write to disc. Default |
An active R shiny application
## Only run this example in interactive R sessions
if(interactive()) {
# launch app
# launch_confessional_app()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.