R/DanL.R

Defines functions DanL

Documented in DanL

#' A DanL Function (jefe)
#'
#' This function allows you to express your love of cats.
#' @param Do you love cats? Defaults to TRUE.
#' @keywords none
#' @export
#' @examples
#' DanL()


DanL <- function()
{
  print("All the best Akika")
  print("Thank you for all your meticulous work in DnA / DCM.")
  print("I have enjoyed working with you, and learning from you on a number of different projects.")
  print("I hope you'll continue to solve my many R problems in the user group!!")
}
MarionaMFE/AkikR documentation built on Dec. 17, 2021, 3:12 a.m.