powered by
S3 override for print function for DescrPrint objects
# S3 method for DescrPrint print(x, print_format = options("print_format")[[1]], silent = FALSE, ...)
A DescrPrint object which can be printed in various formats.
A DescrList object returned from descr.
DescrList
descr
Possible values: "console" (default), "tex", "html", "word", "numeric"
I TRUE, suppresses output to stdout.
further arguments to be passed along to print method
descr(iris) DescrPrint <- print(descr(iris)) DescrPrint$variables$results$Sepal.Length$Total$mean print(DescrPrint)
Run the code above in your browser using DataLab