Forum Discussion

gbAct10's avatar
gbAct10
New Member
3 years ago

Why doesn't Power BI recognize my R output as an excel document?

I use the following function from the openxlsx package to export my dataframe to a local folder as an xlsx file:   write.xlsx(data frame, path, overwrite = TRUE)   I want to pull it into a Power ...