Learn R Programming

icesTAF (version 1.3-2)

read.taf: Read TAF Table from File

Description

Read a TAF table from a file into a data frame.

Usage

read.taf(file)

Arguments

file

a filename.

Value

A data frame in TAF format.

See Also

write.taf writes a TAF table to a file.

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