A toolkit to simplify data exploration and preparation in R, enabling quicker insights and reducing time spent on tedious data manipulations.
To install the package from CRAN, use:
install.packages("dataframeexplorer")
Here are some common functions you can use with dataframeexplorer:
R
detect_const_cols(dataset)R
detect_dupl_cols(dataset)R
frequency_table(dataset, output_filename = "frequency_table.xlsx")R
glimpse_to_file(dataset, output_filename = "glimpse.txt")R
level_of_data(dataset, output_filename = "level.txt")R
percentiles_table(dataset, output_filename = "percentiles.xlsx")tibble, data.table, magrittr, openxlsx, dplyr, plyr, tidyr, stringrThis package is licensed under the MIT License. See the LICENSE file for details.
Developed and maintained by Ashrith Reddy.
For full documentation and examples, please visit the CRAN page.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.