Closed mrcaseb closed 1 year ago
Tried several things to improve performance (which already is decent). Didn't find a way to be more performant with data.table. Two functions would be faster: collapse::fmode and DescTools::Mode, both written in C but we don't want the deps so stick with the base R version.
closes #212