Skip to contents

This function will take your notes written in markdown directly to your docs folder. If a note is updated, use this function to validate it and update the docs/ directory.

Usage

update_md_files(path = "here")

Arguments

path

The path where your directory with your notes are located. If empty, it will take the path of the repository you are located.

Author

Ronny Alexander Hernández Mora

Examples

if (FALSE) {
update_md_files("~/Desktop/test_docmaker")
}