Drop missing values from table1

Hi. Please, provide a reprex FAQ: What's a reproducible example ( reprex ) and how do I create one?

Also, how do you want NA to be removed? Do you want the entire row to be removed if NA appeared in any column? Or only in specific columns? Or you want to fill them with some data (e.g. previous entry)?