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 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()
.