remove rows in r based on row numer code example Example: r remove row dataframe myData[-c(2, 4, 6), ] # remove rows 2, 4, 6