Former political scientist, sometimes bike rider.
Long form mikedecr.computer
youtu.be/ws9zR-UzwTE?...
github.com/mikedecr/aoc...
github.com/mikedecr/aoc...
If you're audacious enough to realize that your computer has these things called "files" there's drag-and-drop or the menu bar?
If you're audacious enough to realize that your computer has these things called "files" there's drag-and-drop or the menu bar?
Basically, exploring how to make pipeline-style R code more re-usable and composable by abusing partial function application
Basically, exploring how to make pipeline-style R code more re-usable and composable by abusing partial function application
Instead of passing data up front, you define pipeline steps without reference to the data. You get reusable + composable pipeline steps w/out as much function boilerplate
Instead of passing data up front, you define pipeline steps without reference to the data. You get reusable + composable pipeline steps w/out as much function boilerplate