# Make sure data.table knows we know we're using it
.datatable.aware = TRUE
# Prevent R CMD check from complaining about the use of pipe expressions
# standard data.table variables
if (getRversion() >= "2.15.1")
utils::globalVariables(c(".", ".I", ".N", ".SD"), utils::packageName())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.