oce.write.table | R Documentation |
The output has a line containing the names of the columns in 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 utils::write.table()
.
oce.write.table(x, file = "", ...)
x |
an oce object. |
file |
file name, as passed to |
... |
optional arguments passed to |
This function is little more than a thin wrapper around
utils::write.table()
, the only difference being that row names
are omitted here, making for a file format that is more conventional in
Oceanography.
The value returned by utils::write.table()
.
Dan Kelley
'utils::write.table()
, which does the actual work.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.