Answers for "r drop rows with certain values dplyr"

R
1

remove rows in r based on row number using dplyr

df %>% slice(2:7)
Posted by: Guest on November-03-2020

Code answers related to "r drop rows with certain values dplyr"

Browse Popular Code Answers by Language