I have a problem when dealing with the missings in R and then extract an Excel file without the missings, here are the data I want to manipulate
col1=c("Sujeto1","Sujeto2","Sujeto3","Sujeto4","Sujeto5","Sujeto6")
col2=c("A",NA,NA,"G",NA,NA)
co...
asked on
01.03.2018 / 18:40