flat_template.Rmd empty

library(testthat)
# Load already included functions if relevant
pkgload::load_all(export_all = FALSE)

my_fun

#' my_fun Title
#'
#' @return 1
#' @export
#'
#' @examples
my_fun <- function() {
  1
}
my_fun()
test_that("my_fun works", {

})
# Run but keep eval=FALSE to avoid infinite loop
# Execute in the console directly
fusen::inflate(flat_file = "dev/flat_template.Rmd", vignette_name = "Minimal")


Try the fusen package in your browser

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

fusen documentation built on Aug. 17, 2023, 5:09 p.m.