I was just thinking of calculating the mode for something, and I remembered that base R doesn't have a function for calculating the mode.
Is there a reason why?
I know there's a function base::mode() that is totally unrelated to the statistical mode, so the statistical mode would need a different function name, but that doesn't seem like it would be such a big issue.