create_na_summary: Create a summary of all NA values in a dataset.
Description
Create a summary of all NA values in a dataset.
Usage
create_na_summary(df, independent_cols = NULL)
Value
Dataframe. A summary of NA values in the dataset.
Arguments
- df
Dataframe. The input dataset.
- independent_cols
Character vector. The columns in the data containing the independent variables.