print.readtext: print method for a readtext object

View source: R/readtext-methods.R

print.readtextR Documentation

print method for a readtext object

Description

Print a readtext object in a nicely formatted way.

Usage

## S3 method for class 'readtext'
print(x, n = 6L, text_width = 10L, ...)

Arguments

x

the readtext object to be printed

n

a single integer, the number of rows of a readtext object to print.

text_width

number of characters to display of the text field

...

not used here


readtext documentation built on June 7, 2023, 5:11 p.m.