Data cleaning is tedious. But it's much easier with the {janitor} package. Especially if you work with Excel files. Here are 5 underrated features from {janitor}. #rstats
1 // Create clean names This is absolutely the best function. It transforms column names such that they are easier to use for programming. Left: Bad for programming Right: Good for programming
If you liked this post, you may enjoy my 3-minute newsletter too. Every week, my newsletter shares insights on - R & dataviz, - Shiny and web dev Reading time: 3 minutes or less You can join at alberts-newsletter.beehiiv.com/subscribe
@rappa753 It’s all easier than being an actual janitor 😉
@rappa753 @rstats_tweets Thank you very much, I didn't know that package, it will save me a lot of time
@rappa753 Nice package and tweet ! Thanks. A frequent problem with excel is column heading with two cells up and down in the same columns. It seems janitor has no solution to fix this issue?