R/onload.R

Defines functions .onAttach

.onAttach <- function(...){
  packageStartupMessage(
    "Catch 'em cheaters!"
  )
}

Try the cheatR package in your browser

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

cheatR documentation built on April 13, 2022, 9:07 a.m.