powered by
Read a TAF table from a file into a data frame.
read.taf(file)
a filename.
A data frame in TAF format.
write.taf writes a TAF table to a file.
write.taf
icesTAF-package gives an overview of the package.
icesTAF-package
# 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