2019/05/16one function a day: filldownSometimes we need to fill the values in a vector with previous values when data is missing. I wrote some convoluted code to do that but, as usual, som... read more
2018/01/09My package finally on CRANFinally, my package “spanish” was ready for submission on CRAN and now it’s published!
Not a great piece of work, just a place to ga... read more
2017/12/05Great packages for understanding your dataOn the first steps of any project, the most usual task is to take a glimpse, figure how our data is distributed, and as fast as possible, be ready for... read more
2017/11/21Geocoding with R and mapZenThe most widely used service for Geocoding is Google Maps, but you’d hit the limits early in your project if you don’t have a paid account... read more
2017/10/16Spanish Stopwords for tidytext packageA clever friend of mine says: the main programming language, is not Java or Python but English.
So, when you’re searching for help, you’ll... read more
2017/08/29Selecting packages while codingSometimes, you must choose a package to achieve some results while you’re coding. Let’s say, you’re wrangling data and noticed you n... read more
2017/08/07How to navigate the world of R packagesOne of the most powerful features of R is the vast package echosystem. But there’s more than 11.000 packages just in CRAN, and a thousands more... read more
2017/07/27janitor, a good R package for Data WranglingWe all know the many hours spent cleaning and wrangling data. Sometimes I think my actual job is not “Data Scientist” but “Data Cleaner”. Data, as you... read more
2017/07/193D chart using rgl libraryIris is one of the most used data set in R. We’ve seen it in many formats, and broadly used for data manipulation. You could say that there’s nothing... read more
2017/07/15Some essential R packagesFor me, there’s a bunch of packages considered as “essential” ‘cause in the end, sooner or later I use them in any project that involved opening the R... read more