Here are some new functions I learned which help quickly tabulate large data sets.
-filter() <- used for rows
-mutate() <- adds a new column
-select() <- used for columns
-summarize() <- creates a new data table
-group_by() <- groups variables for calculations
-case_when() <- can filter and select by conditional statements