I have a data.frame containing some columns with all NA values, how can I delete them from the data.frame.
Can I use the function
na.omit(...)
specifying some additional arguments?
See Question&Answers more detail:osI have a data.frame containing some columns with all NA values, how can I delete them from the data.frame.
Can I use the function
na.omit(...)
specifying some additional arguments?
See Question&Answers more detail:os