optifunset {optifunset}R Documentation

OptIfUnset Package

Description

Set an option only if is not currently set

Details

This package contains a single function which only updates the global options if the option is presently unset

Examples

options.ifunset(width=100)  #NO CHANGE, ALREADY EXISTS
options.ifunset(myuniqueoption=TRUE) #NEW Option Created

[Package optifunset version 1.0 Index]