R/xhelloworld.R

Defines functions xhello_world

Documented in xhello_world

#' dummy test function
#'
#' @param .name addressee name for the greeting
#'
#' @return
#' @export
#'
#' @examples
xhello_world <- function(.name){
  greeting <- paste0("Hello dear Padawan ", .name)
  return(greeting)
}
rainer-rq-koelle/ansperf documentation built on Feb. 28, 2024, 2:24 p.m.