What are you looking for today?

health_stack basics Import Cleaning Transform Visualise Model Communicate Program Use-cases

An introduction to programming in R

Loops and conditionals are essential tools in any programmers arsenal to solve complex problems. This post provides an introduction to these key programming concepts.

15 min · Jonah Thomas

Making your own functions

Writing functions can make your code more readable, reduce repetition and easier to debug. This post covers how to write functions and use them.

March 28, 2022 · 7 min · Jonah Thomas