R/test.R

#' Demonstrating how to document
#'
#' This function prints x
#' @param x Can be anything
#' @keywords test
#' @examples
#' test()
test <- function (x) {
  print(x)
}
deepchocolate/lega documentation built on July 20, 2020, 12:56 p.m.