if (FALSE) {
# Open the most recent results (no prompt if a recent export exists)
results.open()
# Force options-based resolution (will prompt if needed)
results.open(use_last = FALSE)
# Open results for a specific options file
results.open(options = "my_analysis.yaml")
}
Run the code above in your browser using DataLab