| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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:
detect_const_cols(dataset)detect_dupl_cols(dataset)frequency_table(dataset, output_filename = "frequency_table.xlsx")glimpse_to_file(dataset, output_filename = "glimpse.txt")level_of_data(dataset, output_filename = "level.txt")percentiles_table(dataset, output_filename = "percentiles.xlsx")This 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.
| Back | FazBrowse Home | New Git URL |