'Compiled' catchr plans returned by make_plans()
look very ugly "naked". These functions make plans understandable at a single glance.
# S3 method for catchr_compiled_plans
print(
x,
...,
show_opts = FALSE,
total_len = getOption("width"),
show_full = FALSE
)# S3 method for catchr_compiled_plans
summary(object, ...)
The "compiled" plans, i.e., from make_plans()
Currently unused.
A logical; if TRUE
, prints the catchr options set for the plans.
An integer; sets the total number of characters each line can span before being cut off with "..."
A logical; if TRUE
, will print out the full length of each line.
The "compiled" plans, i.e., from make_plans()