sp_writeTable | R Documentation |
Write dataframe to file with names of first column filled.
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
# 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.