Jamie’s R tutorial series: How to general programming in R

Click on the topic in blue to link to its tutorial on Github.

Snippets of useful R code and examples

how to merge multiple databases into one, ordering columns and rescaling the original variables to a common range

Wrangling, merging, transforming dataframes, matrices and all sorts of other crap.

A tutorial by Max Flurie on integrating Github with Rprojects and RStudio.

Loops, functions, and other data transformations

Let’s say you have your own list of words (e.g., dog, cat, banana). You want to yoke values on word frequency, imageability, etc. to these words using a database lookup. Here’s a tutorial on how to make that happen!