R/hello.R

Defines functions uhb

Documented in uhb

#' This is a test
#' @rdname uhb
#' @param n This is the number you want square.
#' @export
uhb <- function(n) {
  print(n*n)
}
szmahfooz/may documentation built on June 10, 2022, 9:03 p.m.