1
Preface
2
Writing Reports
2.1
Lines and Lists
2.2
Code
2.2.1
Declaring With Single Back-Ticks
2.2.2
Declaring With Multiple Back-Ticks
2.2.3
Summary
2.3
Errors
2.4
Links
2.5
Keyboard Shortcuts
3
File Naming
3.1
Consistency
3.2
Why Consistency Matters
3.3
Finding and Organizing Our Files
3.3.1
Reading in Data
4
Opening the Data
4.1
Checking Data
4.2
Finding Functions
4.2.1
Google
4.2.2
Stack Overflow
4.3
Finding Function Documentation for Understanding Functions
4.3.1
Google
4.3.2
Stack Overflow
4.3.3
Books
5
Understanding Tidyverse Functions
5.1
mutate
5.2
Pumping with
%>%
5.3
Grouping with
group
6
Strings
6.1
Patterns and Regular Expressions (regexes)
6.2
Motivation
6.3
Understanding Representations
7
Avoiding Repetition
8
Next Steps for This Guide
How to Be an Rtist: A Beginner’s Guide to Writing Beautiful, Intentional R Code
Chapter 8
Next Steps for This Guide
How to make your work reproducible using “R projects”
How to mask or randomize data in order ot make it public
How to build your own website
How to build tables (gt) and plots (ggplot)