print.sclr: Print a sclr
object.
Description
Summarises a sclr
object for printing. For a dataframe summary, see
tidy
.
Usage
# S3 method for sclr
print(x, ...)# S3 method for sclr
summary(object, ...)
Arguments
x, object
An object returned by sclr
.
...
Not used. Needed to match generic signature.