# install.packages("devtools")
# install.packages("roxygen2")
library(devtools)
library(roxygen2)
setwd("/Users/christianbaehr/Github") #set to the location that contains your package
current.code <- as.package("operation")
load_all(current.code)
document(current.code)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.