Insert hlines into table

tab_hlines(data, hline_at = NULL, hline_from = NULL, ...)

Arguments

data

the table data frame

hline_at

logical or integer vector specifying rows above which an \hline will be placed; see also st_hline()

hline_from

a character column name from which to separate the table with \hline; non-duplicated values of hline_from will be used to create the split; see also st_hline()

...

not used