Learn R Programming

icesTAF (version 1.3-2)

tt: TAF Transpose

Description

Convert a table from TAF format to transposed crosstab format.

Usage

tt(x)

Arguments

x

a data frame in TAF format.

Value

A data frame with years as column names.

See Also

catage.taf describes the TAF format.

taf2xtab converts a TAF table to crosstab format, without transposing.

icesTAF-package gives an overview of the package.

Examples

Run this code
# NOT RUN {
taf2xtab(catage.taf)
tt(catage.taf)

# }

Run the code above in your browser using DataLab