View source: R/rowhead_inside.bare.R
undo_rowhead_inside | R Documentation |
rowhead_inside
Reverse the effect of rowhead_inside
for a tblEntries
object: Move row headers that are inside a table back to the outermost
layer of row headers, at the left side. This is an internal function, not
intended to be called by package users.
undo_rowhead_inside(x)
x |
A |
This function changes the expanded row-column grid of the table, so must be called early in processing, before table blocks or hvrules are created.
See rowhead_inside
for what happens when the outermost row header
is moved inside the table; this function reverses that. (However the
order of entries may be changed from the original.)
An updated tblEntries
object, and with attribute
rowheadInside
set to FALSE.
tblEntries
, rowhead_inside
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.