R/goodbye.R

#' Goodbye RIVM
#'
#' This is what the function does...
#'
#' @param x this is a chracter string
#'
#' @export
#'
goodbye.rivm <- function(x="RIVM"){
    cat("Goodbye",x,"!\n")

    ## RETURN ##
    return(invisible(NULL))
} #
thibautjombart/hellorivm documentation built on May 31, 2019, 9:57 a.m.