R/print.R

Defines functions print.potions

Documented in print.potions

#' @rdname potions-class
#' @param x An object of class `potions`
#' @param ... Any further arguments to `print()`
#' @importFrom lobstr tree
#' @export
print.potions <- function(x, ...){
  tree(x)
}

Try the potions package in your browser

Any scripts or data that you put into this service are public.

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