status | R Documentation |
For each variable it returns: Quantity and percentage of zeros (q_zeros and p_zeros respectevly). Same metrics for NA values (q_NA/p_na), and infinite values (q_inf/p_inf). Last two columns indicates data type and quantity of unique values. 'status' function is the evolution of 'df_status'. Main change is to have the decimal points as it is, except in percentage. For example now p_na=0.04 means 4 This time it's easier to embbed in a data process flow and to take actions based on this number.
status(data)
data |
data frame, tibble or a single vector |
Tibble with metrics
status(heart_disease)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.