potions-class {potions} | R 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 |
... |
Any further arguments to |
Value
In the case of create_potions()
, an empty potions
object.
print.potions()
displays a potions
object using lobstr::tree()
.
[Package potions version 0.2.0 Index]