Description Usage Arguments Value Examples
Write dataframe to file with names of first column filled.
1 | sp_writeTable(df, file = "", keep_rownames = T, col.names = T)
|
df |
A dataframe |
file |
Filename |
keep_rownames |
Default TRUE meaning output rownames as the first column
with column name is |
col.names |
either a logical value indicating whether the column
names of |
NA
1 2 | # Not run
sp_writeTable(df, "a.txt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.