Running R code
📖 Scenario: You want to learn how to run simple R code to do basic calculations and see the results.
🎯 Goal: Write and run R code step-by-step to create variables, perform calculations, and print the results.
📋 What You'll Learn
Create variables with exact names and values
Use arithmetic operations in R
Print output using
print()💡 Why This Matters
🌍 Real World
Running R code is the first step to analyzing data, creating reports, and building statistical models.
💼 Career
Many jobs in data science, statistics, and research require running R code to process and understand data.
Progress0 / 4 steps