ds_screener()
returns an object of class "ds_screener"
.
An object of class "ds_screener"
is a list containing the
following components:
RowsNumber of rows in the data frame.
ColumnsNumber of columns in the data frame.
VariablesNames of the variables in the data frame.
TypesClass of the variables in the data frame.
CountLength of the variables in the data frame.
nlevelsNumber of levels of a factor variable.
levelsLevels of factor variables in the data frame.
MissingNumber of missing observations in each variable.
MissingPerPercent of missing observations in each variable.
MissingTotalTotal number of missing observations in the data frame.
MissingTotPerTotal percent of missing observations in the data frame.
MissingRowsTotal number of rows with missing observations in the
data frame.
MissingColsTotal number of columns with missing observations in the
data frame.