reconhub / linelist

An R package to import, clean, and store case data
https://www.repidemicsconsortium.org/linelist
Other
25 stars 5 forks source link

top_values broken #89

Closed thibautjombart closed 5 years ago

thibautjombart commented 5 years ago

At 58ed4c745ef6ee4799e0912a5704a1176c084db2 I get:

x <- c('a', 'b', 'a', 'b', 'c')
top_values(x, 1)

returns

[1] "a" "b" "a" "b" "c"
zkamvar commented 5 years ago

closing this in favor of #88 for more context and less ambiguous title.

zkamvar commented 5 years ago

again, closing this in favor of #88, because the problem is better defined there.