powered by
Printing method for spiro objects that rounds output to two decimals.
# S3 method for spiro print(x, round = 2, ...)
The function prints its argument and returns it invisibly.
A data.frame of the class spiro to be printed.
data.frame
spiro
An integer giving the number of decimals to be rounded to.
Passing of additional arguments to print.data.frame().
print.data.frame()
# Get example data s <- spiro(spiro_example("zan_gxt")) out <- print(s) head(out)
Run the code above in your browser using DataLab