fct_lump_prop()
errors with weights and unused levels
#292
Labels
Milestone
fct_lump_prop()
errors with weights and unused levels
#292
When calling fct_lump_prop with weights, and with a factor that has unused levels, I get the error:
Error in if (prop > 0 && sum(prop_n <= prop) <= 1) { :
missing value where TRUE/FALSE needed
Reprex:
Calling fct_drop() beforehand prevents the error.
The text was updated successfully, but these errors were encountered: