R/pkg_funs.R

#' Get a list of all functions within the package
#' @param pkg target package (char/scalar)
pkg_funs <- function(pkg) {
  lsf.str(paste0("package:", pkg))
}
anthonypileggi/pic documentation built on May 31, 2019, 1:53 p.m.