Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

export csv in r

# to store in the current directory 
write.csv(data, "data.csv") 

# to store in a separate directory 
write.csv(data, "file_pathdata.csv") 
 
PREVIOUS NEXT
Tagged: #export #csv
ADD COMMENT
Topic
Name
5+6 =