is.na(),any(is.na()),all(is.na()),count(), and functions fromnaniarlikegg_miss_var()andmiss_var_summarycan help determine if we haveNAvaluesmiss_var_which()can help you drop columns that have any missing values.filter()automatically removesNAvaluesdrop_na()can help you removeNAvaluesNAvalues can change your calculation results- think about what
NAvalues represent - don’t drop them if you shouldn’t replace_na()will replace `NA values with a particular value