myformat | R Documentation |
Convert data.frame to printable format
myformat(x, showid = FALSE, digits = 3)
x |
A data.frame |
showid |
logical if TRUE, show id |
digits |
Integer indicating the number of decimal places |
A data.frame
fit=lm(mpg~wt*hp,data=mtcars)
gaze(fit) %>% myformat()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.