View source: R/write_row2file.R
write_row2file | R Documentation |
Write a row to a file
write_row2file(data, filename, na = "-")
data |
Dataframe which to save. |
filename |
Output filename. |
na |
NA value. |
write_row2file(mtcars[1, 1:2])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.