R/package_all.R

Defines functions pakcage_all

Documented in pakcage_all

#' 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)
}

Try the do package in your browser

Any scripts or data that you put into this service are public.

do documentation built on Aug. 3, 2021, 5:06 p.m.