Summary method for `plannr` class

# S3 method for plannr
summary(object, ...)

Arguments

object

Object of class `plannr`

...

further arguments passed to or from other methods

Value

A summary of the planner.

Examples

if (FALSE) { ## Basic Usage planner <- read_planner("path/to/planner.xlsx") summary(planner) }