inst/files/produce_warning.R

#' Nothing Good For
#'
#' Just prints "foo!".
#' @author Your Name <you@@somewhe.re>
#' @param y This is the wrong name.
#' @return NULL
foo <- function(x) {
    print("foo!")
    return(invisible(NULL))
}

Try the document package in your browser

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

document documentation built on July 9, 2023, 5:22 p.m.