Learn R Programming

icesTAF (version 3.6.0)

long2taf: Convert Long Table to TAF Format

Description

Convert a table from long format to TAF format.

Usage

long2taf(x)

Value

A data frame in TAF format.

Arguments

x

a data frame in long format.

See Also

catage.long and catage.taf describe the long and TAF formats.

taf2long converts a TAF table to long format.

icesTAF-package gives an overview of the package.

Examples

Run this code
long2taf(catage.long)

Run the code above in your browser using DataLab