I want to remove NA values created from missing data and remove ONLY the NAs and not delete the entire row
ex. I start with
Big Little Small
3 4 NA
2 NA NA
3 NA 3
2 2 2
and I want to get:
Big Little Small
3 4
2
3 3
2 2 2
I do not want to remove the whole row with an NA, just the NA and have a blank there that wont be attributed into plots.