-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsection-1.qmd
27 lines (14 loc) · 991 Bytes
/
section-1.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Section 1 **Getting Started**
**Abstract:** In this section, we will introduce the steps to get started with using R and RStudio. The section will also cover the key concepts in working with R such as packages, R markdown. We will also cover important steps in preparing data, which we will be using frequently in the rest of the book. Since these topics have been covered in so much more detail in other books, or other resources online, we will end the section with a list of key resources on these topics that are easily accessible online.
- Section Overview
- Using R and RStudio
- Foundational skills: Data, packages, functions, projects
- Reproducibility and R Markdown documents
- Base R: assignment, equality, dollar-sign indexing, xx
- R files
- Project setup within RStudio
- Core Data Wrangling Capabilities
- Selecting and renaming variables
- Creating new variables
- Arranging variables
- Joining data