View source: R/reproducibility_prefs.R
prefs_improve_reproducibility() is designed to improve the reproducibility of your RStudio environment. It changes the following preferences:
"save_workspace": "never" - this prevents RStudio asking if you want to save
"always_save_history": false - this prevent RStudio saving a .RHistory file
"load_workspace": false - thi prevent RStudio loading .RData files automatically on project loads
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.