# Building manuals and namespace using roxygen2
library(devtools)
document()
cat("importFrom('utils','write.csv')\n",file="NAMESPACE",append=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.