powered by
write.csv
as.character
write_csv(x, path, append = FALSE, col_names = !append)
""
FALSE
TRUE
cat(write_csv(head(mtcars), "")) cat(write_csv(head(iris), ""))
Run the code above in your browser using DataLab