# Helper functions for tests
readTestRDS <- function(filename) {
filename <- file.path('testdata', filename)
filename <- system.file(filename, package=.PACKAGE_NAME)
readRDS(filename)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.