In this video, we'll learn how to combine three programming languages (SAS, Python, and R) all in the same script, running from within RStudio. The saspy package (Python package) allows for seamless integration of Python + SAS, and the reticulate package (R package) allows for seamless integration of R + Python. Combining these two approaches, we can manipulate R data frames using ALL three languages in a very straightforward way.
This video shows the necessary configuration steps to get saspy working on your computer, explained in a way that doesn't require you to know any SAS or Python. We also go over a short example of how to combine these languages together in a way that could represent a typical workflow.
Please note that you will require admin privileges on your computer in order to follow along with these steps.
The code from this video is available here: https://github.com/melissavanbussel/Y...
If you liked this video, please be sure to subscribe to the channel so I can keep making videos!
0:00 How to configure saspy
5:41 Example usage