Statisticile lui Ines
data enthusiast
Building routines for coding (with R)
Apr 18, 2021
This year’s April brought me the 🔥#30DayChartChallenge for which I struggled to code and to create a beautiful viz daily.
In the middle of this challenge, being overwhelmed by my daily activities, I stopped with the aim to review and improve my routines.
Firstly, participating in a challenge without having set the dataset is quite challenging!
Secondly, I believe that few elements can help:
set a fix duration daily either in the morning, afternoon or evening.
How to tally in R dplyr
Mar 13, 2021
I decided to explore some common functions from tidyverse ecosystem in an attempt to start participating in the #tidytuesday.
How to count in R dplyr
Mar 7, 2021
I decided to explore some common functions from tidyverse ecosystem in an attempt to start participating in the #tidytuesday.
count verb is one of the most used functions I noticed in most of the participants scripts. Coming from an SQL/SAS background to R, I usually either think in plain SQL counts or proc freq’s for counting.