2024-09-03
Know the 3 different ways to execute code from within RStudio
Differentiate between the Console and the Terminal
Differentiate between R and Python in the Console
RStudio projects are a way to keep your work organized.
Let’s create one for this week’s class work.
Creating an RStudio Project
Download madlibs.py and place it in your newly created project.
Running madlibs.py at the command line
Running madlibs.py using Source Script in RStudio
Basic Data Types
Creating Variables
Using R/Python as a calculator
Intro to Debugging