R

Add math to your R with LaTeX

You may want to incorporate math functions into your R markdown output, whether that be just a set of math questions, math symbols, or add equations to plots.

Using R to Program in SQL

BOGO Writing SQL and updating SQL databases in R

Tidy Evaluation: Dynamic column manipulation using dplyr

Functionalize dplyr column manipulation easily with tidyeval!

A Taste of Purrr: Loading Multiple files in R

Read in muliple files into R without writing separate code for each.

Group by and Mutate Fun

Tricks and Tips in dplyr and data.table: Using Group By and Mutate Together

Joins in Data.Table

An introduction to joins using the data.table package in R!

Regular Expressions: Look Arounds

Learn how to use look arounds and regular expressions to clean data and parse strings

Column to Rows in Dplyr

Details and examples on separating data in dplyr