swrite | R Documentation |
Sorts by key and checks duplicates. Does not overwrite existing file.
swrite(x, file, key = NULL, na = "", create = FALSE, ...)
x |
the data to write. It gets internally coerced to |
file |
the output file name. |
key |
one or more column names to check duplicates. |
na |
the string to use for missing values in the data. |
create |
if |
... |
additional arguments passed to |
The file name.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.