names_v_df_pjp: Gets a summary for the given data frame.

Description Usage Arguments Examples

View source: R/names_v_df_pjp.R

Description

For each variable in the df 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 uses a df as inputs and returns a dataframe with the names and some chracteristics of the variables (colums) of the input dataframe. By the way, this function comes from the funModeling package made by Pablo Casas <pabloc@datascienceheroes.com>, gracias Pablo!! Solo le he a<c3><b1>adido la opcion por defecto print=FALSE This function print and return the results.

Usage

1

Arguments

data

(a data frame)

print

(default to FALSE)

Examples

1
names_v_df.pjp(cars)

perezp44/personal.pjp documentation built on May 25, 2019, 12:46 a.m.