powered by
Pulls all rows with duplicates in a column, not just the duplicate row. Author: Bryce Chamberlain.
drows(x, c, na = FALSE)
Data frame.
Column as vector or string.
Consider multiple NAs as duplicates?
Rows from the data frame in which the column is duplicated.
# NOT RUN { ddt = dplyr::bind_rows( cars, utils::head( cars, 10 ) ) drows( ddt, 'speed' ) # }
Run the code above in your browser using DataLab