我有一个数据帧,其中只有一些行具有所有NA。 如何遍历并删除所有这些行? 我尝试了na.omit(),但是没有用。 在此示例中,我需要删除第3行和第5行
cabal configure --help
答案 0 :(得分:1)
这里是一种选择;首先,您需要定义NA模式。
df[df == ""] <- NA # define NA pattern
df[rowSums(is.na(df)) != ncol(df), ] # result
# Try with x1 <- c("Bob", "Mary","","","")
答案 1 :(得分:0)
methods: {
for (x = 0; x < 2; x++){
featuredStores.'x' = function(){
for (y = 0; y < 2; y++)
this.storeFeatNav.'y' = !this.storeFeatNav.'y'
}}