render_table: Render multiple rmd files with input coming from a table

View source: R/render_table.R

render_tableR Documentation

Render multiple rmd files with input coming from a table

Description

Render multiple rmd files with input coming from a table

Usage

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’


pbreheny/html documentation built on April 17, 2025, 11:36 p.m.