Closed nathaneastwood closed 4 years ago
Also
mtcars %>% select(tmp = -mpg) # same as select(tmp = -1) etc.
# tmp tmp tmp tmp tmp tmp tmp tmp tmp tmp
# Mazda RX4 6 160.0 110 3.90 2.620 16.46 0 1 4 4
# Mazda RX4 Wag 6 160.0 110 3.90 2.875 17.02 0 1 4 4
For example
Should have