Section 1.1 Learning Objectives
By the end of this chapter, you will be able to:
-
Navigate the RStudio interface and identify the purpose of each pane
-
Use R as a calculator to perform basic mathematical operations
-
Build and work with objects, vectors, and different data types
-
Create and explore simple data frames
-
Access and modify data frame columns using
$ -
Import data from external files such as CSVs and Excel spreadsheets
-
Install, load, and understand the role of R packages
-
Use built-in help tools and error messages to troubleshoot basic issues
First, itβs important to understand RStudio and its layout.
