Learn R Programming

funModeling (version 1.1)

df_status: Get a summary for the given data frame.

Description

For each variable it returns: Quantity and percentage of zeros (q_zeros and p_zeros respectevly). Same metrics for NA values (q_NA and p_na). Last two columns indicates data type and quantity of unique values. This function print and return the results.

Usage

df_status(data)

Arguments

data
data frame

Value

Metrics data frame

Examples

Run this code
df_status(heart_disease)

Run the code above in your browser using DataLab