R/qP.system.r

Defines functions qP.welcome

Documented in qP.welcome

#' Print a welcome message
#'
#' @param name length one character: who is being addressed
#' @return A welcoming message
#' @keywords internal
#' @importFrom knitr knit
# importing from knitr to suppress warning: need vignette builder but no other imports

qP.welcome <- function(name = "") cat(sep = '', "Welcome to the qPharmetra Toolkit for R", if(name == '') '\n' else paste0(', ', name, '\n'))
qPharmetra/qpToolkit documentation built on May 24, 2023, 8:52 a.m.