R package provides daily used functions for EDA
install.packages("devtools")
devtools::install_github("yanlinlin82/myEDA")
library(myEDA)
library(help = myEDA)
install.packages(c("devtools", "roxygen2"))
roxygen2::roxygenize()
devtools::install()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.