You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, at some point that function should calculate all participants between two days. So far this is only calculating that value for the whole project.
In that case, I guess it should have at least a comment, stating the reason, but probably default values for each parameter, which could be NA, so that it can be used without parameters when needed (which is now always).
Currently, AggAllParticipants in ITS.R is called as:
AggAllParticipants (startdate, enddate)
but it doesn't seem to use (nor needs) dates at all. If I'm right, those two arguments should be removed.
The text was updated successfully, but these errors were encountered: