Discovers .Rmd files under path and converts each with convert_file().
Usage
convert_directory(
path,
recursive = TRUE,
overwrite = FALSE,
dry_run = FALSE,
validate = FALSE
)Arguments
- path
Directory to convert.
- recursive
Descend into subdirectories? Default
TRUE.- overwrite, dry_run, validate
Passed through to
convert_file().
