I am trying to connect .SAS files to Power BI Desktop that sit on network drive.
I have tried the below steps
- Installed R
- Installed package sas7bdat
- Tried the below snippet
require(sas7bdat)
input<-read.sas7bdat("Filepath&name.sas")
But I face the below error.
Can someone please help me?