View source: R/publish_from_folder.R
publish_folder_notes | R Documentation |
This function will take the Rmarkdown file contained in a folder and transform it to a markdown file that can be taken by mkdocs to render a HTML file
publish_folder_notes(file, mkdocs_build = FALSE, mkdocs_deploy = FALSE)
file |
The Rmarkdown file that we want to convert to markdown |
mkdocs_build |
TRUE if you want to build the mkdocs documentation. This
will run the |
mkdocs_deploy |
TRUE if you want to deploy the mkdocs documentation. This
will run the |
Ronny Alexander Hernández Mora
## Not run:
convert_rmd_md(file = "check.Rmd")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.