provide better handling of differences. This can be useful when looking at
longitudinal data and you want to summarise the intervals around the
measurement period
library(tidyverse)
library(brolgar)
currently you need to do something like this to get summaries of the diff
provide better handling of differences. This can be useful when looking at longitudinal data and you want to summarise the intervals around the measurement period
currently you need to do something like this to get summaries of the diff
but we can use
features
to help us!the goal will be then to add
feat_diff_summary
so you can summarise the diffs. Here is a starting point …might need to remove thena.rm
parts?Created on 2020-09-04 by the reprex package (v0.3.0)