Selecting NA from a column and replace them to a string

后端 未结 0 705
长情又很酷
长情又很酷 2021-01-16 11:43

Tried using below code but giving error.

df$Zones.x[is.na(df$Zones.x)]<-"Dealers"

Error :

Error in $<-.d

相关标签:
回答
  • 消灭零回复
提交回复
热议问题