settings (version 0.2.4)

settings: Convenient options settings management for R

Description

Convenient options settings management for R

Arguments

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.