poio (version 0.0-4)

summary.po: Summarize a PO object

Description

summary method for PO objects. summary shows less information than print.

Usage

# S3 method for po
summary(object, ...)

Arguments

object

An object of class po.

...

Arguments passed to print.data.frame.

Value

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

See Also

print.po

Examples

Run this code
# NOT RUN {
pot_file <- system.file("extdata/R-summerof69.pot", package = "poio")
summary(pot <- read_po(pot_file))
# }

Run the code above in your browser using DataCamp Workspace