# NOT RUN {
# Basic preview
mod1 <- lm(mpg ~ cyl + disp, mtcars)
preview(extract_eq(mod1))
# Pass arguments to tex_preview()
preview(extract_eq(mod1), density = 600)
# Use with magrittr pipes
mod1 %>%
preview(density = 600)
# }
Run the code above in your browser using DataLab