Hi,
You can do this in multiple ways. For example, you have two columns with possible NA values. Now you can create one Dataframe from your main dataset with those two columns. After that, you can use drop_na() to your Dataframe. It will remove all NA values.