Last chance! 50% off unlimited learning
Sale ends in
print
method for PO objects.
# S3 method for po
print(x, ...)
An object of class po
.
Arguments passed to print.tbl_df
.
The x
argument in invisibly returned, but the function is
mostly invoked for the side-effect of printing the x
argument.
# 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