Learn R Programming

icesTAF (version 3.5-0)

xtab2taf: Convert Crosstab Table to TAF Format

Description

Convert a table from crosstab format to TAF format.

Usage

xtab2taf(x, colname = "Year")

Arguments

x

a data frame in crosstab format.

colname

name for first column.

Value

A data frame in TAF format.

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
# NOT RUN {
xtab2taf(catage.xtab)

# }

Run the code above in your browser using DataLab