inst/ignore/wrapper_eg.R

#' Wrapper example
#'
#' @export
#' @param outfile (character) Path to write your functions to
#' @examples \dontrun{
#' wrapper_eg()
#' }
wrapper_eg <- function(outfile = "myfunction.R") {

  cat("\n", file = outfile, append = TRUE)
}
ropenscilabs/apipkgen documentation built on Sept. 3, 2020, 5:30 a.m.