Closed larspijnappel closed 6 years ago
Not sure whether the column name should be "start_activity", or just the activity id name for both start and end activities. I suppose the latter would be more consistent with other functions. Thoughts?
All headers referring to activities now show the column name of the activity id. This was already for all other levels of these metrics.
Have a look at
patients %>% start_activities(level = "case")
. The output is as expected, it's just that the column label is a bit confusing (showingend_activity
).