R/abcd.R

Defines functions foo

Documented in foo

#' Test function
#'
#' @return something
#' @export
#'
#' @examples
#' foo()
foo <- function() {
  "just a test package"
}
jennybc/abcd documentation built on Dec. 20, 2021, 11:01 p.m.