x$data
,
each enclosed in double quotes. After that line are lines for the data
themselves. The default is to separate data items by a single space
character, but this can be altered by using a sep
argument in the
...
list (see write.table
).
oce.write.table(x, file = "", ...)
oce
object that contains a data
table.write.table
. Use
""
to get a listing in the terminal window.write.table
.write.table
is returned.
write.table
, the only difference being that row names
are omitted here, making for a file format that is more conventional in
Oceanography.
write.table
, which does the actual work.