🌈 搜索
📅  最后修改于: 2022-03-11 14:52:01.163000             🧑  作者: Mango
df <- data.frame(x = c(1,2,NA), y = rep(NA, 3)) colSums(is.na(df)) #x y #1 3