Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

How to Export a DataFrame to Excel File in R

library("writexl")
write_xlsx(the dataframe name,"path to store the Excel filefile name.xlsx")
Source by datatofish.com #
 
PREVIOUS NEXT
Tagged: #How #Export #DataFrame #Excel #File #R
ADD COMMENT
Topic
Name
3+6 =