🌈 搜索
📅  最后修改于: 2022-03-11 14:52:00.862000             🧑  作者: Mango
# dplyr has the na_if() function library(dplyr) x = c("a", "b", "c", "d") na_if(x = x, y = "b") # replace "b" with NA