Assignment #1: Getting Started with R Programming 

I already had RStudio installed on my computer, as I have taken courses that use it in the past. Since RStudio was already set up, I did not need to troubleshoot or resolve any installation problems.

I am using Windows 11, with R version 4.5.1 and the latest version of RStudio, 2026.08.2. 

Here is a screenshot of my console window, showing my current version:

In R, a vector stores data sets and is fundamental to programming. Vectors come in different forms, including numeric, logical, and character vectors, among others. They are considered the basic building blocks of data in R and are used to store and work with collections of values. A majority of data manipulation is just interacting with vectors in different ways.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *