nathaneastwood / poorman

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

[BUG] relocate .before and .after cannot accept numeric #51

Closed nathaneastwood closed 4 years ago

nathaneastwood commented 4 years ago
mtcars %>% relocate(ends_with("p"), .before = 1)
# Error in seq.default(1L, where - 1L) : 'to' must be a finite number