#' Get the default data set path
#'
#' @return installed package default data paths
default_data_set_path = function() {
pp = system.file(package = 'dhsdata', mustWork=TRUE)
dp = file.path(pp, 'default_data')
dp
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.