janitor provides simple, convenient tools for data cleaning, formatting, and exploration in R. It is especially useful for cleaning messy data frames, removing duplicates, formatting column names, and producing frequency tables in a tidy workflow.
Features
- clean_names() to standardize column names to snake case
- get_dupes() to identify duplicate rows easily
- tabyl() for quick frequency or crosstab tables
- adorn_*() functions to format tabyl output with totals, percentages
- Helpers like remove_empty(), remove_constant(), compare_df_cols()
- Tidyverse-friendly and supports %>% pipelines
Categories
Data ManagementLicense
MIT LicenseFollow janitor
Other Useful Business Software
Fully Managed MySQL, PostgreSQL, and SQL Server
Cloud SQL handles your database ops end to end, so you can focus on your app.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of janitor!