How to filter with nested if condition in R? Using my dataset i want to filter out using == condition for field1 followed by another condition to check is field 2 values are null. But i'm not able to add the filter condition. Can anyone help me. Im getting error when i try to run the statement.How to add multiple filter if statements?