R/hi.R

Defines functions hi

Documented in hi

#' hi
#' @export

hi <- function() print('hi...')
guoyingshou/rguo documentation built on Jan. 15, 2022, 12:35 a.m.