R/tryagain.R

Defines functions tryagain

Documented in tryagain

#' tryagain
#'
#' @return
#' @export
#'
#' @examples
tryagain <- function() {
  cat('Please try again...\n')
}
ylin00/yxhelper documentation built on April 20, 2020, 10:44 p.m.