Good morning, everyone, In the following R code, i want to change (NULL) value to zero. but instead it changes to NA value. Any ideas? Thank you. Dennis
Loss_df$os[Loss_df$os == "(Null)"] <- 0
Good morning, everyone, In the following R code, i want to change (NULL) value to zero. but instead it changes to NA value. Any ideas? Thank you. Dennis
Loss_df$os[Loss_df$os == "(Null)"] <- 0