
Jacob W. answered 01/14/20
Tutor
5
(85)
Quantitative Invasion Ecologist with 8 years R Programming Experience
You can use the write.csv() function to save a data.frame as a csv file. (Other file formats are available, but that is the one I typically use). Here's an example:
write.csv(data.frame, "file/path/where/you/want/data/saved.csv")