nathaneastwood / poorman

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

Combinations of positive and negative values cause issues with select_positions() #71

Closed nathaneastwood closed 3 years ago

nathaneastwood commented 3 years ago
r$> mtcars %>% select(2, -3)
Error in data_names[pos] : only 0's may be mixed with negative subscripts