R/help.R

Defines functions help

Documented in help

help <- function(){
  #' Getting help with package \code{shrip}
  #' @title <theconfigfile>.R
  #' @author Chebuu
  #' @concept You don't have this
  #' @details You call me, I give you.
  #' @example \code{source("R/<theconfigfile>.R")}
  #' @export
  help('Get_help', 'shrip')
}
Chebuu/shrip documentation built on July 19, 2020, 12:33 a.m.