launch_confessional_app {survivoR} | R Documentation |
Launch Confessional App
Description
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.
Usage
launch_confessional_app(browser = TRUE, path = NULL, write = TRUE)
Arguments
browser |
Open in browser instead of viewer. Default |
path |
Parent directory for output files. Default is a sub-folder |
write |
Write to disc. Default |
Value
An active R shiny application
Examples
## Only run this example in interactive R sessions
if(interactive()) {
# launch app
# launch_confessional_app()
}
[Package survivoR version 2.3.4 Index]