inst/expected_files/bar_nl.R

#' Uhh
#'
#' Just prints "bar!".
#' @author Your Name <you@@somewhe.re>
#' @return NULL
#' @examples
#' bar()
bar <- function() {
    print("bar!")
    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.