potions {potions}R Documentation

potions: simple options management

Description

Often it is useful to set bespoke options for a single workflow, or within a single package, without altering global options that influence other users or packages. This is possible base::options() and related functions, however doing so requires some bespoke knowledge. potions makes options management as easy as possible, by decreasing programmers' cognitive burden while storing and retrieving information. It does this by following three guiding principles:

In combination, these features should make it easy for users and developers to manage options using potions.

Functions

Author(s)

Maintainer: Martin Westgate martin.westgate@csiro.au

See Also

Useful links:


[Package potions version 0.2.0 Index]