Show differences in sets of settings
Source:R/settings--preferences.R
rstudio_compare_user_settings.RdShow differences in sets of settings
Value
Nothing. But prints the set differences between to list and
current settings. Settings, which are not in to list, will
not be displayed at all.
Examples
if (interactive()) {
rstudio_compare_user_settings(to = "bio-default")
rstudio_compare_user_settings(to = "rstudio-default")
}