path <- tempfile()
download.file(
  "https://raw.githubusercontent.com/seabbs/presentations/master/README.md",
  destfile = path
)
res <- knitr::knit_child(path, quiet = TRUE)
cat(res, sep = '\n')


seabbs/seabbs.github.io documentation built on June 1, 2025, 4:09 p.m.