Learn R Programming

icesTAF (version 3.6.0)

taf2xtab: Convert TAF Table to Crosstab Format

Description

Convert a table from TAF format to crosstab format.

Usage

taf2xtab(x)

Value

A data frame with years as row names.

Arguments

x

a data frame in TAF format.

See Also

catage.taf and catage.xtab describe the TAF and crosstab formats.

tt converts a TAF table to transposed crosstab format.

xtab2taf converts a crosstab table to TAF format.

icesTAF-package gives an overview of the package.

Examples

Run this code
taf2xtab(catage.taf)

Run the code above in your browser using DataLab