r Jumlah kosong dalam data

sum(df=="") # Sum of empy cell of myvar
which(df$myvar=="", arr.ind=TRUE) # Specify which are empty
Andrea Perlato