You can use the following syntax to drop rows that contain a certain string in a data frame in R: df[!grepl('string', df$column),].
確定! 回上一頁