Janitor in R | Data Cleaning | Tabulation and Reporting in R| Format Column Names| Get Duplicates

Описание к видео Janitor in R | Data Cleaning | Tabulation and Reporting in R| Format Column Names| Get Duplicates

Janitor package in R is used for examining and cleaning dirty data. Its main functions are:
- it can format ugly data frame column names;
- isolate duplicate records; and
- provide quick tabulations (i.e., frequency tables and crosstabs, percentages).
-format these tabulation results

Source: https://github.com/sfirke/janitor

Function covered in this video:
clean_names()
tabyl()
adorn_pct_formatting()
adorn_totals()
adorn_percentages()
adorn_ns()
remove_empty()
compare_df_cols()
get dupes()
excel_numeric_to_date()

Комментарии

Информация по комментариям в разработке