How to replace NA in a column with specific value

In this tutorial we will learn how to replace missing values/NA in a column with a specific value. We will replace NA in a column using two approaches. At first we will use dplyr function mutate and ifelse to identify the element(s) with NA and replace with a specific value. Next we will use base… Continue reading How to replace NA in a column with specific value

Exit mobile version