st_hline.Rd
See the hline_at
and hline_from
arguments passed to stable()
and
then to tab_hlines()
,
st_hline( x, pattern = NULL, cols = names(x$data), n = 1, at = NULL, from = NULL, nudge = 0 )
x | and stobject |
---|---|
pattern | a regular expression to find rows where an |
cols | data columns to scan using |
n | number of |
at | logical or integer locations for hline passed to |
from | character column name used to divide a table; passed to
|
nudge | push an hline down or up in the table; only applies to
indices found from using either the |