how to remove certain rows in r tibble code example Example: r remove row dataframe myData[-c(2, 4, 6), ] # remove rows 2, 4, 6