print.folded: Print Folded

Description Usage Arguments Value See Also

View source: R/meta.R

Description

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

Usage

1
2
## S3 method for class 'folded'
print(x, limit = 8, n = 10, ...)

Arguments

x

folded

limit

number of characters to allow without intervention

...

passed arguments

Value

character

See Also

fold.data.frame


fold documentation built on April 23, 2018, 5:03 p.m.

Related to print.folded in fold...