print.DescrPrint | R Documentation |
S3 override for print function for DescrPrint objects
## S3 method for class 'DescrPrint' print(x, print_format = options("print_format")[[1]], silent = FALSE, ...)
x |
A |
print_format |
Possible values: "console" (default), "tex", "html", "word", "numeric" |
silent |
I TRUE, suppresses output to stdout. |
... |
further arguments to be passed along to print method |
A DescrPrint object which can be printed in various formats.
descr(iris) DescrPrint <- print(descr(iris)) DescrPrint$variables$results$Sepal.Length$Total$mean print(DescrPrint)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.