Title

slim_open(slimr_script, slim_gui_path = Sys.getenv("slim_gui_path"))

Arguments

slimr_script

A slimr_script object to open in SLiMGUI (or QtSLiM if on Linux or Windows)

slim_gui_path

Full path to SLiMGUI or QtSLiM executable

Value

Invisibly return the process object used to launch the GUI (for debugging purposes)

Examples

if(interactive()) {
  slim_open(minimal_slimr_script())
}