Skip to content

Pincock filter in dplyr implemented

Jon Pye requested to merge jdev into master

Got the dplyr filter working. It's finicky about timestamps, had to siphon off my own copy of the source data and not convert the date fields to get it to be happy. Could re-convert them inline if we wanted to have a more coherent example.

Merge request reports