reconverse / incidence2

Compute and visualise incidence (reworking of the original incidence package)
https://www.reconverse.org/incidence2
Other
17 stars 2 forks source link

Allow user to suppress NA warning in count variables #115

Open TimTaylor opened 5 months ago

TimTaylor commented 5 months ago

As part of improvements for #113 we now warn if a count column contains NA values (and nudge users to handle these before calling incidence():

https://github.com/reconverse/incidence2/blob/88c1fb9ecbe2ebe48973bf7815fc94451bc40e9f/R/incidence.R#L368-L375

We should provide arguments and options to suppress this if desired.