The function defineDependentEvents only accepts as first argument events the name of a data frame. Therefore, it gives problems, e.g., when accessing data frames stored in lists.
I would like that the function allows for data frames, and not only for their name.
The function
defineDependentEventsonly accepts as first argumenteventsthe name of a data frame. Therefore, it gives problems, e.g., when accessing data frames stored in lists.I would like that the function allows for data frames, and not only for their name.