docs/render.R

# Richard Wen
# rrwen.dev@gmail.com

library(bookdown)

setwd('./docs')
try(
  render_book(
    "index.Rmd",
    output_format = gitbook(),
    output_dir = "../docs")
)
setwd('../')
rrwen/nbc4va documentation built on May 11, 2022, 9:45 p.m.