rstudio.prefs
rstudio.prefs copied to clipboard
Package to programmatically set RStudio IDE preferences and shortcuts
This is a tiny PR to clarify that you can use `use_rstudio_prefs()` as a getter in some cases.
If a preference is expecting a string value and the list of available prefs includes the accepted string values (https://docs.rstudio.com/ide/server-pro/session-user-settings.html), check the user-supplied value is in the list.
Hi, Thank you for your very useful package! I have a small question about latest update in the GUI (here for example `enable_splash_screen`). Do you intend to update your package...