Learn R Programming

icesTAF (version 3.6.0)

xtab2taf: Convert Crosstab Table to TAF Format

Description

Convert a table from crosstab format to TAF format.

Usage

xtab2taf(x, colname = "Year")

Value

A data frame in TAF format.

Arguments

x

a data frame in crosstab format.

colname

name for first column.

See Also

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

taf2xtab converts a TAF table to crosstab format.

icesTAF-package gives an overview of the package.

Examples

Run this code
xtab2taf(catage.xtab)

Run the code above in your browser using DataLab