Code

A random collection of tutorials related to code/programming challenges i've encountered. Basically, if at first I didn't succeed, I tried, tried again until eventually cobbling something functional together to share here as a service to future me.

Common errors and debugging R code

A guide to common errors and debugging strategies in R

Continue reading

Using R to extract data from web APIs

By Tyler Clavelle in R

June 5, 2017

Use R to harness the analytical possibilities of data available via web application programming interfaces (APIs).

Continue reading

Easy citations in RMarkdown with RefManageR

By Tyler Clavelle in R

March 13, 2017

Make citations and bibliographies (slightly) less painful by combining RMarkdown, the RefManageR R package, and Zotero.

Continue reading

Building a Blog with Blogdown and GitHub

By Tyler Clavelle in R

January 23, 2017

Get a blog up and running quickly and easily using a combination of GitHub and the fantastic blogdown R package.

Continue reading