Print method for `plannr` class

# S3 method for plannr
print(x, ...)

Arguments

x

Object of class `plannr`

...

further arguments passed to or from other methods

Value

The planner name and export date.

Examples

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