#' Load all packaged SQLs
#' @export
load_packaged_sqls <-
function() {
base <- system.file('sql', package='mySeagull')
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.