SyntaxFix
Write A Post
Hire A Developer
Questions
Take a look at the write.csv or the write.table functions. You just have to supply the file name the user selects to the file parameter, and the dataframe to the x parameter:
write.csv
write.table
file
x
write.csv(x=df, file="myFileName")