R/introduce_myself.R

Defines functions introduce_myself

Documented in introduce_myself

#' @title introduce myself
#'
#'
#' @return a string with an introduction about me
#' @export
#'
#' @examples introduce_myself()
introduce_myself <- function() {
  "Hello, I'm pleased to introduce you to R"
}
ArthurData/introducer documentation built on Dec. 13, 2021, 10:13 a.m.