Assignment 2
Simple R Computation
This assignment demonstrates a basic R operation as part of the EMU430 Data Analytics course.
Objective
The purpose of this assignment is to practice basic R syntax and ensure proper Quarto rendering.
R Code 1 + 1
Result Interpretation
The expression 1 + 1 evaluates to 2, demonstrating a simple arithmetic operation in R.
I am currently waiting for the second assignment content to continue developing this section.
```
Back to top