potions | R Documentation |
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:
minimalist: potions
has only three core functions
laconic: functions use as few characters as possible
familiar: uses a UI for data retrieval based on the {here}
package
In combination, these features should make it easy for users and developers
to manage options using potions
.
brew()
: store data in options()
pour()
: retrieve data from options()
drain()
: remove data stored using brew()
Maintainer: Martin Westgate martin.westgate@csiro.au
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.