#' Get a list of all functions within the package
#' @param pkg target package (char/scalar)
pkg_funs <- function(pkg) {
lsf.str(paste0("package:", pkg))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.