- df
Data frame/tibble
- md
Optional. If not NULL, then the given
columns will be printed with markdown formatting, e.g., md = c(1, 3)
for columns 1 and 3. Defaults to 1, i.e., the first column.
- indent
Optional. Detects cells in the first column of table, e.g.,
from rifttable where the first column contains the
labels, that start with at least two spaces. This text is then indented via
tab_style. Defaults 10 for 10 pixels. Set to
NULL to turn off.
- remove_border
Optional. For rows that are indented in the first
column or have an empty first column, remove the upper horizontal border
line? Defaults to TRUE.