View source: R/as.dfObj.bare.R
| as.tblEntries | R Documentation |
tblentries Object Promote a data frame to a tblEntries object. This is an internal
function not intended to be called by package users.
as.tblEntries(x)
x |
An object inheriting from |
Normally table entries are created from a textTable object via
function tblEntries. This function allows them to be created or
edited directly in a data frame.
Columns arow1, arow2, acol1 and acol2 refer to
row and column numbers in the augmented row-column grid of the table; see
adim for more information.
If x is already a tblEntries object, this function does some
validity checks. If x is NULL, a valid but empty tblEntries
object is returned.
An object of S3 class tblEntries and data.frame.
tblEntries, headerRuns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.