View source: R/pjp_f_estadisticos_basicos.R
pjp_f_estadisticos_basicos | R Documentation |
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ñadido la opcion por defecto print=FALSE y modificado alguna cosa menor. Lo dejo tal cual para no tener dependencias This function print and return the results.
pjp_f_estadisticos_basicos(data, print = FALSE)
data |
(a data frame) |
print |
(default to FALSE) |
pjp_f_estadisticos_basicos(cars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.