Description Usage Arguments Examples
A function that both writes a file to table with
write.table
, and saves it with the same name but a
separate file extension.
1 |
x |
the R object you want to save / write to file |
file |
the location to write the file to, with extension desired for object written by write.table |
lvl |
how many extensions do you want to strip from your output file? |
Rext |
the extension to use for the saved object. |
... |
optional arguments passed to
|
1 2 3 4 5 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.