Programming with dplyr
Dr. Chester Ismay
Educator, Data Scientist, and R/Python Consultant
dplyr
verbs of select()
, filter()
, summarize()
, group_by()
, and mutate()
starts_with()
, ends_with()
, and contains()
helper functionsmatches()
to look for regular expression patternsselect()
, everything()
, and relocate()
across()
to do the same transformation on many columnsif_any()
andif_all()
rowwise()
and c_across()
dplyr
joinsinner_join()
, left_join()
, and anti_join()
intersect()
union()
and union_all()
setequal()
and setdiff()
{{ }}
!!
and the defusing operator enquo()
:=
, as_name()
, and !!
ggplot2
plotting code in a function with as_label()
Courses
Tracks
Programming with dplyr