use_pcctc_rstudio_prefs: Use Data Science RStudio Preferences

View source: R/use_pcctc_rstudio_prefs.R

use_pcctc_rstudio_prefsR Documentation

Use Data Science RStudio Preferences

Description

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

Usage

use_pcctc_rstudio_prefs(profile = tolower(Sys.info()[["user"]]))

Arguments

profile

Used to set additional preferences saved under specified profile. Default is your current system username. If no profile exists, it is ignored.

Examples


use_pcctc_rstudio_prefs()


pcctc/croquet documentation built on July 2, 2023, 12:45 a.m.