library(testthat)
# Load already included functions pkgload::load_all(export_all = FALSE)
#' 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_additional.Rmd", vignette_name = "Go further")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.