buildMarkdown {goxygen} | R Documentation |
Creates a folder filled with markdown files from a list object with markdown code
buildMarkdown(x, folder = "markdown")
x |
a named list of markdown codes which should be written as markdown files. The name of each entry will become the file name. |
folder |
folder the markdown files should be written to |
Jan Philipp Dietrich