powered by
Removing rows with NA in dataframe or matrix. Removing NA atomic.
complete.data(x)
dataframe or matrix or atomic
complete data
# NOT RUN { x=c(1,NA,2) complete.data(x) x=data.frame(a=c(1,NA)) complete.data(x) # }
Run the code above in your browser using DataLab