You can use the subset() function to remove rows with certain values in a data frame in R: #only keep rows where col1 value is less than 10 ...
確定! 回上一頁