settings {settings} | R Documentation |
Convenient options settings management for R
Description
Convenient options settings management for R
Details
Reset graphical options of par
or options
to their factory settings
using reset_par
or reset_par
.
Create your own option settings manager with options_manager
for projects
with many options. Clone and merge an options manager for easy hierarchical options management
using clone_and_merge
.
See the vignette for examples, type
vignette("settings", package = "settings")
at the command-line.
[Package settings version 0.2.7 Index]