View source: R/settings--preferences.R
rstudio_compare_user_settings | R Documentation |
Show differences in sets of settings
rstudio_compare_user_settings(to = "bio-default")
to |
One of: "bio-default", "rstudio-default" (or an unambiguous abbreviation of these). |
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.
## Not run: \donttest{
rstudio_compare_user_settings(to = "bio-default")
rstudio_compare_user_settings(to = "rstudio-default")
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.