How to Select Rows by Condition in R (With Examples) ; #create data frame df <- data.frame ; #select rows where team is equal to 'A' df[df$team == ...
確定! 回上一頁