Render multiple rmd files with input coming from a table
render_table(Table, outDir = "web", layout_dir = "web/_layouts")
Arguments
- Table
Either a data.frame
-like object or a file name (in which case fread()
is used to read the file). Must contain a column called ID that specifies a unique output filename.
- outDir
Where to write the output. Default: web
- layout_dir
Where are the layouts? Default: `web/_layouts'