Learn R Programming

blogdown (version 0.0.68)

build_dir: Build all Rmd files under a directory

Description

List all Rmd files recursively under a directory, and compile them using rmarkdown::render().

Usage

build_dir(dir, force = FALSE)

Arguments

dir

A directory name.

force

Whether to force building all Rmd files. By default, an Rmd file is built only if it is newer than its output file(s).