knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
The {apero} package has three purposes. The last one of course is purely recreational and not at all serious.
library(devtools) install_github("mayer79/apero", dependencies = TRUE)
library(apero) x <- apero() summary(x) plot(x) plot(x, emo = "wine_glass", color = "red")
x <- apero(room_length = 2, room_width = 1) summary(x) plot(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.