View source: R/use_hot_rstudio_prefs.R
The function wraps rstudio.prefs::use_rstudio_prefs() and sets the following
preferences in RStudio.
| Preference | Value |
| always_save_history | FALSE |
| load_workspace | FALSE |
| margin_column | 80 |
| rainbow_parentheses | TRUE |
| restore_last_project | FALSE |
| rmd_chunk_output_inline | FALSE |
| show_hidden_files | TRUE |
| show_invisibles | TRUE |
| show_last_dot_value | TRUE |
| show_line_numbers | TRUE |
| show_margin | TRUE |
| save_workspace | never |
1 |
1 2 3 4 | ## Not run: \donttest{
use_hot_rstudio_prefs()
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.