tab_hlines: Insert hlines into table

View source: R/table-hlines.R

tab_hlinesR Documentation

Insert hlines into table

Description

Insert hlines into table

Usage

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


metrumresearchgroup/pmtables documentation built on Oct. 27, 2024, 5:16 p.m.