Skip to contents

Take all your Rmarkdown documents and render to markdown. This function also can deploy all your content at once to your GitHub site.

Usage

make_all_docs(deploy = FALSE)

Arguments

deploy

If TRUE all the Rmd documents will be deploy to your site

Details

The function assumes that all your Rmd files are located in the root of your directory. Every file that is Rmd will be rendered to md and then build with mkdocs followed by the deployment action if param deploy is TRUE.

If you are using your README file as .Rmd, this function will ignore this file.

Author

Ronny Alexander Hernández Mora

Examples

if (FALSE) {
make_all_docs(deploy = TRUE)
}