I have a SAS program that import a lot of data and transform them to an Excel file. I would like to use RMarkdown to make reports and plots based on the new datasets provided by the SAS program.
The problem is that every time that I want to run R to import from excel and make my reports, I need to execute SAS first. Is there any function that I can use to make R execute the SAS program for me?