im using R and im trying to get the column name of the column that has more 0´s , I have this function:
preguntasMenosRespondidas<-function(){
tablaPreguntas = select(data1, c(8:79))
//ANSWER HERE
}
preguntasMenosRespondidas()
and the data frame (tablaPreguntas) look like this (the real data frame has like 13krows):
What i need to do if i need that the function return me '2.3'