nathaneastwood / poorman

A poor man's dependency free grammar of data manipulation
https://nathaneastwood.github.io/poorman/
Other
338 stars 15 forks source link

`arrange()` does not reset row names #86

Closed nathaneastwood closed 2 years ago

nathaneastwood commented 3 years ago

For example

df <- data.frame(x = letters)
arrange(tmp, -xtfrm(x))
#    x
# 26 z
# 25 y
# 24 x
# ...
# 3  c
# 2  b
# 1  a