prefs_reset_defaults | R Documentation |
Returns currently set preferences to RStudio's original, built-in default.
prefs_reset_defaults(source = c("project", "user"), verbose = FALSE, ...)
source |
The source of the current preference value. Preferences are set at different levels, from lowest to highest precedence:
The default is |
verbose |
Prints or suppress informative output |
... |
Arguments passed on to
|
Resets preferences to their built-in defaults, returning the current
preferences invisibly as a list. You can also return to the preferences
prior to prefs_reset_defaults()
with snapshot_prefs_undo()
.
## Not run:
prefs_reset_defaults()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.