report | R Documentation |
The report
function will produce ASCII formated output. This includes both custom and pandoc tables and figures.
report(object, style = "multiline", plots = FALSE, round = 4, ...)
object |
a R object from an fpr function. |
style |
a pandoc table style: |
plots |
a TRUE/FALSE boolean value indicating whether or not to perform include plots in the report. |
round |
The number of digits to round too when producing the report. |
... |
additional itemes to be passed to |
a printed pander table and optional figures
m1<-descriptives(data=mtcars, vars=c("mpg","disp"), groupby=c("vs","am"))
report(m1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.