TCData {TableToLongForm} | R Documentation |
Example hierarchical Tables
Description
A list containing a number of example Tables that can be converted to LongForm dataframes by TableToLongForm. Each Tables is stored as a character matrix.
These datasets are generally not immediately useful as data, as they must first be converted (e.g. by using TableToLongForm).
If the user prefers to have these data in their Global Environment
rather than nested inside a single list, they can use
attach(TCData)
.
Usage
data(TCData)
Format
list containing character matrices of varying size.
Source
Department of Internal Affairs (New Zealand) (2012) New Zealand Qualifications Authority (2012) Statistics New Zealand (2013)
Examples
data(TCData)
## list all Tables
names(TCData)
## One such Toy Example Table
TCData$ToyExByEmptyBelow
[Package TableToLongForm version 1.3.2 Index]