I\'d like to remove the lines in this data frame that:
a) contain NAs across all columns. Below is my example data frame.
NA
Try na.omit(your.data.frame). As for the second question, try posting it as another question (for clarity).
na.omit(your.data.frame)