📌 clean_names: cleans columns names by removing white space, renaming % to percent, etc. You can use it with %>% or %<>%!
df%<>%
get_dupes()
📌Tabyl provides a quick and easy way to create tabulations.
📌You can format it with kable and voila pretty tables on the way!