rowpanel.Rd
Objects may also be coerced with as.panel()
rowpanel(
col = NULL,
prefix = "",
skip = ".panel.skip.",
prefix_name = FALSE,
prefix_skip = NULL,
duplicates_ok = FALSE,
bold = TRUE,
it = FALSE,
hline = TRUE,
jut = 0,
nopagebreak = TRUE
)
is.rowpanel(x)
name of column to be used for creating panels
to be added to each panel title
regular expression for panels to skip
logical
; if TRUE
, then the prefix will be derived by
the name associated with col
input to the function
a regular expression for identifying panel titles where the prefix won't be applied
if FALSE
, an error is generated if more than one
panel will have the same header
render panel title in bold font face
render panel title in italic font face
logical indicating whether or not to draw an hline
above
the panel row; the first panel row never receives an hline
amount (in TeX ex
units) by which the panel headers are
outdented from the first column in the main table and header. Consider
using a value of 2
for a clear offset.
if TRUE
(the default) then the page will not break
immediately after a panel title when creating a longtable; this argument
does nothing if you are not generating a longtable
. Set to FALSE
to
prevent the nopagebreak
command (implemented as *
) in the longtable
output.
an object to test