Description Usage Arguments Examples
Print fmt_regression
objects in Rmarkdown
1 2 | ## S3 method for class 'fmt_regression'
knit_print(x, options, ...)
|
x |
object of class |
options |
Copied from the printr package....should we delete? |
... |
further arguments passed to |
1 2 3 | lm(hp ~ mpg + factor(cyl), mtcars) %>%
fmt_regression() %>%
knit_print()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.