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 |
Used to set additional preferences saved under specified profile. Default is your current system username. If no profile exists, it is ignored.
if (FALSE) {
use_bst_rstudio_prefs()
}