View source: R/use_bst_rstudio_prefs.R
| use_bst_rstudio_prefs | R Documentation |
The function wraps rstudio.prefs::use_rstudio_prefs() and sets the following
preferences in RStudio.
| Preference | Value |
| always_save_history | FALSE |
| graphics_backend | ragg |
| load_workspace | FALSE |
| show_hidden_files | TRUE |
| show_line_numbers | TRUE |
| margin_column | 80 |
| save_workspace | never |
| rainbow_parentheses | TRUE |
| restore_last_project | FALSE |
| rmd_chunk_output_inline | FALSE |
| show_last_dot_value | TRUE |
| show_margin | TRUE |
| show_invisibles | TRUE |
use_bst_rstudio_prefs(profile = tolower(Sys.info()[["user"]]))
profile |
Used to set additional preferences saved under specified profile. Default is your current system username. If no profile exists, it is ignored. |
use_bst_rstudio_prefs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.