Posts

The timeplyr R package, created by my colleague Nick, was accepted on CRAN in October 2023. A direct quote from the CRAN page is that …

I just wrote a post about grouped sequences in dplyr and following that, I’ve been made aware of another couple of solutions to this …

For a piece of work I had to calculate the number of matches that a team plays away from home in a row, which we will call …

Combining case_when() and across() If you want to use case_when() and across() different variables, then here is an example that can do …

This blog post is just a note that when you try to do a grouped summary of a date variable but some groups have all missing values, it …

I’ve been a Nadal fan for a long time – right back to the days of the pirate-pants so yeah, really a long time. In all this time, Rafa …

A question came up recently at work about how to use a filter statement entered as a complete string variable inside dplyr’s filter() …

This is just a small note (mainly for myself but hopefully may be of some use to a few others!) to remind of how to update a package on …

Downloading the data Shiny App I recently saw this great post on Nathan Yau’s FlowingData website which guesses a person’s name based …

How resources are grouped in CKAN Initialising ckanr and exploring groups of resources Connect to CKAN with dplyr and download from one …