R/check.R

Defines functions check

Documented in check

#' a check function
#'
#' This function allows you to ....
#' @param n
#' @keywords check
#' @export
#' @examples
#' check(n)
check <- function(n){
  for(i in 1:n){
    print('hola')
  }
}
Martindelosrios/pratto documentation built on Oct. 17, 2023, 12:17 p.m.