R/dedication.R

Defines functions mp_dedication

Documented in mp_dedication

#' Print manifestoR package dedication
#' 
#' @return \code{mp_dedication} returns the package dedication
#' @export
mp_dedication <- function() {
  dedication = "The manifestoR-package is dedicated to its original creator and primary author Jirka Lewandowski."
  print(dedication)
  invisible(dedication)
}

Try the manifestoR package in your browser

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

manifestoR documentation built on Jan. 13, 2021, 9:53 a.m.