#' Get all functions in one package
#'
#' @param x package
#'
#' @return all functions in one package
#' @export
#'
pakcage_all <- function(x){
ls(getNamespace("foreach"), all.names=TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.