Learn R Programming

TableToLongForm (version 1.3.2)

TCData: 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)

Arguments

Format

list containing character matrices of varying size.

Examples

Run this code
# NOT RUN {
  data(TCData)

  ## list all Tables
  names(TCData)

  ## One such Toy Example Table
  TCData$ToyExByEmptyBelow
# }

Run the code above in your browser using DataLab