R/hello.R

Defines functions abc

#' sample
#'
#' @description 123
#'
#' @export
#' 
abc <- function() {
  print("abc")
}
waynenpeter/exampleproj documentation built on Sept. 28, 2020, 12:45 a.m.