Learn R Programming

icesTAF (version 1.3-2)

write.taf: Write TAF Table to File

Description

Write a TAF table to a file.

Usage

write.taf(x, file)

Arguments

x

a data frame in TAF format.

file

a filename.

See Also

read.taf reads a TAF table from a file into a data frame.

icesTAF-package gives an overview of the package.

Examples

Run this code
# NOT RUN {
write.taf(catage.taf, "catage.csv")
catage <- read.taf("catage.csv")

file.remove("catage.csv")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab