Blog posts

2023

Oddly Specific, Potentially Useful Code - Data Analysis R snippets

5 minute read

Published:

This is a collection of oddly specific, potential useful code snippets that I use frequently enough in my general data analysis work in R that I wanted to put them in one place as a reference. Some of these things can be a bit of a pain to figure out or look up, so I wanted to share in case it helps someone else.

Oddly Specific, Potentially Useful Code - Data Analysis Unix snippets

6 minute read

Published:

This is a collection of oddly specific, potential useful code snippets that I use frequently enough in my general data analysis work in unix that I wanted to put them in one place as a reference. Some of these things can be a bit of a pain to figure out or look up, so I wanted to share in case it helps someone else.

Intro R snippets

3 minute read

Published:

This is a collection of intro R code snippets that I found helpful to use as a cheat sheet when first starting out in my general data analysis work in R.