drop rows if row below r code example Example: remove rows in r based on row number using dplyr df %>% slice(2:7)