Learn R Programming

catchr (version 0.2.31)

print.catchr_compiled_plans: View and print 'compiled' catchr plans

Description

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

Usage

# 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, ...)

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()