powered by
summary method for PO objects. summary shows less information than print.
summary
print
# S3 method for po summary(object, ...)
An object of class po.
po
Arguments passed to print.data.frame.
print.data.frame
The object argument in invisibly returned, but the function is mostly invoked for the side-effect of printing the object argument.
object
print.po
# 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 DataLab