View source: R/use_pcctc_rstudio_prefs.R
use_pcctc_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 |
use_pcctc_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_pcctc_rstudio_prefs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.