tests/testthat/test-lib-1/funcs/func2.R

#' Function Title
#'
#' The description of the function
#'
#' @param param1 Description of the first parameter
#' @param param2 Description of the second parameter
#' @return Description of the return value
#'
#' @examples
#' func2(1,2)
#'
#' @seealso `func1`
#'
#' @author Anne Appleby
#' @author Barry Barsden
func2 <- function(param1, param2) {
  # Implement your function here...
}
stencila/r documentation built on Sept. 1, 2021, 4:50 p.m.