View source: R/make_all_docs.R
make_all_docs | R Documentation |
Take all your Rmarkdown documents and render to markdown. This function also can deploy all your content at once to your GitHub site.
make_all_docs(deploy = FALSE)
deploy |
If TRUE all the Rmd documents will be deploy to your site |
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.
Ronny Alexander Hernández Mora
## Not run:
make_all_docs(deploy = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.