Rdocumentation
powered by
Learn R Programming
svs (version 1.0.2)
tab2dat: Transform a Table into a Data Frame
Description
A helper function for transforming a table into a data frame.
Usage
tab2dat(tab)
Arguments
tab
A table (i.e. an object which can be converted to an array).
Value
A data frame.