powered by
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)
An active R shiny application
Open in browser instead of viewer. Default TRUE
TRUE
Parent directory for output files. Default is a sub-folder 'confessional-timing' in the current working directory.
'confessional-timing'
Write to disc. Default TRUE.
## Only run this example in interactive R sessions if(interactive()) { # launch app # launch_confessional_app() }
Run the code above in your browser using DataLab