2014-06-24 64 views

回答

1

試試這個:

df[, grep("^(NA)", names(df), value = TRUE, invert = TRUE)] 
+0

效果很好。謝謝。 – user2844947

+0

很好的使用(和簡潔)grepgrep的功能。 –

相關問題