export a dataframe from rstudio as csv

106

export a dataframe from rstudio as csv -

write.csv(Your DataFrame,"Path to export the DataFrame\\File Name.csv", row.names = FALSE)

Comments

Submit
0 Comments