print.po: Print a PO object

Description Usage Arguments Value See Also Examples

View source: R/print.R

Description

print method for PO objects.

Usage

1
2
## S3 method for class 'po'
print(x, ...)

Arguments

x

An object of class po.

...

Arguments passed to print.tbl_df.

Value

The x argument in invisibly returned, but the function is mostly invoked for the side-effect of printing the x argument.

See Also

summary.po

Examples

1
2
3
4
5
pot_file <- system.file("extdata/R-summerof69.pot", package = "poio")
print(pot <- read_po(pot_file))

# Use width = Inf to print all columns in metadata, direct, and countable
print(pot, width = Inf)

RL10N/poio documentation built on April 27, 2020, 3:50 a.m.