#' Load all packaged SQLs
#' @export
load_package_sqls <-
function(package) {
base <- system.file('sql', package=package)
sqls <- dir(base, "*sql", f=TRUE)
return(sqls)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.