I have a data frame with four columns of values for each ID and I need to create a new df excluding the IDs whose vectors have more than zero or more than one NA.
I created the DF
library(dplyr)
co_entidade<-c(23, 40, 58, 82, 104, 171,...
asked by
24.05.2017 / 20:05