powered by
This funciton reports column and rowwise missing data. It can also list the rownames for missing columns or the column names for missing rows.
missing.data(x, cols=NULL, rows=NULL)
a report on column versus row wise missing data
a dataframe
print the specific rows corresponding to missing values in this column
print the specific cols corresponding to missing values in this rowname
path <- system.file("extdata","primate-example.data.csv", package="mmodely") data <- read.csv(path, row.names=1) missing.data(data)
Run the code above in your browser using DataLab