gertjanssenswillen / edeaR

!! repository moved to https://github.com/bupaverse/edeaR !! This repo is read-only from now one.
Other
7 stars 10 forks source link

start_activities() shows unexpected column label #17

Closed larspijnappel closed 6 years ago

larspijnappel commented 6 years ago

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 (showing end_activity).

gertjanssenswillen commented 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?

gertjanssenswillen commented 6 years ago

All headers referring to activities now show the column name of the activity id. This was already for all other levels of these metrics.