powered by
Convert data.frame to printable format
myformat(x, showid = FALSE, digits = 3)
A data.frame
logical if TRUE, show id
Integer indicating the number of decimal places
fit=lm(mpg~wt*hp,data=mtcars) gaze(fit) %>% myformat()
Run the code above in your browser using DataLab