generate_mdfiles: Take a directory of rmarkdown files and render to markdown...

Description Usage Arguments Value Examples

Description

Take a directory of rmarkdown files and render to markdown any files not previously rendered, or with last modifed dates greater than the markdown output

Usage

1
generate_mdfiles(path = "./presentations/", dest = "./content/")

Arguments

path

Directory of Rmds

dest

Directory of mds

Value

Render outputs

Examples

1
2
3
4
## Not run: 
generate_mdfiles()

## End(Not run)

lockedata/presdown documentation built on May 10, 2019, 8:07 a.m.