Learn R Programming

survivoR (version 2.3.4)

launch_confessional_app: 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)

Value

An active R shiny application

Arguments

browser

Open in browser instead of viewer. Default TRUE

path

Parent directory for output files. Default is a sub-folder 'confessional-timing' in the current working directory.

write

Write to disc. Default TRUE.

Examples

Run this code
## Only run this example in interactive R sessions

if(interactive()) {

  # launch app
  # launch_confessional_app()

}

Run the code above in your browser using DataLab