Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: R でデータ ファイルの空の行を削除する
データフレームがあるとしますdf
df
そこから行を選択したいと思いますが、行内の変数のいずれもNA. つまり、すべての変数が含まれている行のみを除外したいということですNA
NA
df[apply(!is.na(df), 1, any), ]