Agenda
Week 1
creating an R project
basic data types
basic data structures
packages
read and write files: plain text, excel
view data frame info
missing values and duplicated values
Week 2
tidy data
select()
arrange()
mutate()
relational operators
pipe operator
filter()
summarize()
group_by()
Week 3
factor
ggplot()
date-time
join tables
Week 4
column names
control structures: if - else, ifelse(), case_when()
subset a vector
subset a dataframe
for loops
Week 5
some built-in functions for numbers
write functions
lists
apply family of functions
Week 6
bind data frames
pivot_longer()
pivot_wider
string basics
regular expressions
match strings