poio (version 0.0-4)

print.po: Print a PO object

Description

print method for PO objects.

Usage

# S3 method for 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

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab