Delete or Drop rows in R with conditions - DataScience Made Simple

Delete or Drop rows in R with conditions done using subset () function. Drop rows with missing and null values using omit(), complete.cases() and slice()