knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
Here is an article on using the oneway
package.
library(oneway) fit <- oneway(mpg ~ carb, mtcars) print(fit) plot(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.