Closed thibautjombart closed 5 years ago
At 58ed4c745ef6ee4799e0912a5704a1176c084db2, we have:
top_values(factor(c(1,1,2)), n = 1) # [1] 1 1 2 # Levels: 1 2
while we would expect:
# [1] 1 1 other # Levels: 1 other
closing this in favor of #88 because it is described there.
https://github.com/reconhub/linelist/pull/90#issuecomment-534459911
Thanks for the fix!
At 58ed4c745ef6ee4799e0912a5704a1176c084db2, we have:
while we would expect: