| saveScenarios | R Documentation | 
Saves the scenario data in a newly created or existing directory
saveScenarios(scenario_list, save_path = tempdir())
scenario_list | 
 An object of class   | 
save_path | 
 A string providing the path for the directory in which the directory of the
scenario should be created, Default:   | 
A named list of length 2 with the scenario numbers and the save_path
Stephan Wojciekowski
simulateScenarios
loadScenarios
tempfile
  scenarios_list <- simulateScenarios(
    n_subjects_list     = list(c(10, 20, 30)),
    response_rates_list = list(rep(0.9, 3)),
    n_trials            = 10)
  save_info      <- saveScenarios(scenarios_list)
  scenarios_list <- loadScenarios(scenario_numbers = save_info$scenario_numbers,
                                  load_path        = save_info$path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.