print.spec: Print Spec

View source: R/spec.R

print.specR Documentation

Print Spec

Description

Prints spec. Specifically, shortens display of encoded items that are above limit.

Usage

## S3 method for class 'spec'
print(x, limit = 8, ...)

Arguments

x

spec

limit

number of characters to allow without intervention

...

passed arguments

Value

character


spec documentation built on June 22, 2024, 11:05 a.m.

Related to print.spec in spec...