R/nerdR.R

Defines functions nerdR

Documented in nerdR

#' But you already knew that
#'
#' Say it loud and clear. At the request of one [Kyle Gilbert](https://github.com/klye-g).
#' @keywords nerd
#' @export
#' @examples
#' nerdR()


nerdR <- function() {
  print("You're a nerd!")
}
aedobbyn/dobtools documentation built on May 28, 2019, 2:33 a.m.