view-plans: View and print 'compiled' catchr plans

Description Usage Arguments

Description

'Compiled' catchr plans returned by make_plans() look very ugly "naked". These functions make plans understandable at a single glance.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S3 method for class 'catchr_compiled_plans'
print(
  x,
  ...,
  show_opts = FALSE,
  total_len = getOption("width"),
  show_full = FALSE
)

## S3 method for class 'catchr_compiled_plans'
summary(object, ...)

Arguments

x

The "compiled" plans, i.e., from make_plans()

...

Currently unused.

show_opts

A logical; if TRUE, prints the catchr options set for the plans.

total_len

An integer; sets the total number of characters each line can span before being cut off with "..."

show_full

A logical; if TRUE, will print out the full length of each line.

object

The "compiled" plans, i.e., from make_plans()


catchr documentation built on Sept. 23, 2021, 5:11 p.m.