R/bender.R

Defines functions Bender

Bender <- function(phrase = "CorReg rules !", a = 0, b = 0, c = 0){
   if(!is.null(c) & !try(c < 4) & is.null(try(dim(c)))){
      inkei(a, b, c)
   }else{cat( "\n
                  o
                  |
                ,'~'.
               /     \\
              |   ____|_
              |  '___,,_'         .----------------.
              |  ||(o |o)|       ( ",phrase," )
              |   -------         ,----------------'
              |  _____|         -'
              \\  '####,
               -------
             /________\\
           (  )        |)
           '_ ' ,------|\\         _
          /_ /  |      |_\\        ||
         /_ /|  |     o| _\\      _|| 
        /_ / |  |      |\\ _\\____//' |
       (  (  |  |      | (_,_,_,____/
        \\ _\\ |   ------|        
         \\ _\\|_________|
          \\ _\\ \\__\\\\__\\
          |__| |__||__|
       ||/__/  |__||__|
               |__||__|
               |__||__|
               /__)/__)
              /__//__/
             /__//__/
            /__//__/.
          .'    '.   '.
         (_CorReg____)____)
  ")
  } 
}

Try the CorReg package in your browser

Any scripts or data that you put into this service are public.

CorReg documentation built on Feb. 20, 2020, 5:07 p.m.