Skip to contents

If you have erased no longer needed files in the root directory, the render md files will continue to exists in the docs folder and hence, they will continue to appear in your webpage. This function checks if there are erased files in the root and delete them from the docs folder.

Usage

clean_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) {
clean_files("~/Desktop/test_docmaker")
}