lfq_write_table | R Documentation |
Facade to writing data frame into various file formats.
lfq_write_table(x, path, name, format = c("xlsx", "csv", "html"))
x |
data.frame |
path |
path to write to |
name |
file name |
format |
formats to write to. |
list with paths to files written
x<- data.frame(a = 1:3, b = 4:6 )
lfq_write_table(x, tempdir() , "test", format = c( "csv", "xlsx", "html"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.