You'll need to install and load the devtools
package first:
install.packages("devtools")
library(devtools)
To install and load the latest version:
install_github('wilkox/wilkoxmisc')
library(wilkoxmisc)
To install and load version 0.1:
install_github('wilkox/wilkoxmisc', ref = "v0.1")
library(wilkoxmisc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.