potions-class: Methods for 'potions' data

potions-classR Documentation

Methods for potions data

Description

This package stores data in a list-like format, named class potions. It contains three entries: slots contains data stored in 'interactive' mode; packages contains data from packages built using potions; and mapping stores data to understand the contents of the other two slots.

Usage

create_potions()

## S3 method for class 'potions'
print(x, ...)

Arguments

x

An object of class potions

...

Any further arguments to print()

Value

In the case of create_potions(), an empty potions object. print.potions() displays a potions object using lobstr::tree().


potions documentation built on Aug. 23, 2023, 9:07 a.m.