Answers for "r drop rows with certain values"

1

r remove rows where value is 0

data <- data[data$undesirable != 0,]
Posted by: Guest on July-12-2021
1

remove rownumbers r

rownames(data) <- c()
Posted by: Guest on March-13-2020

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

Browse Popular Code Answers by Language