rstudio / rstudioapi

Safely access RStudio's API (when available)
http://rstudio.github.io/rstudioapi
Other
170 stars 37 forks source link

list of RStudio preferences #311

Open ThierryO opened 1 week ago

ThierryO commented 1 week ago

Where can I find a list of available preferences to be used with readRStudioPreference() and writeRStudioPreference()?

gadenbuie commented 1 week ago

I made a small package that wraps these functions and includes internal data with preferences and default values for roughly the last 5-6 years of RStudio versions: https://pkg.garrickadenbuie.com/rsprefs/. The data is accessible via the package, or you can look at the source code in data-raw/prefs_rstudio.R if you want something more specific.