R

Data Mining and Analysis using rtweet package

Data Mining and Analysis using rtweet package

Census 2019 in Kenya The 8th 2019 Population and Housing Census started from the night of 24/25th August 2019 and ended on 31st August 2019. Census involved counting of people within the border of Kenya at a specific time. Census is an important process for the Govenrment as it provides evidence for proper planning and resource allocation, policy formulation and targeting of development plans. You can read more about the census here and here

Getting Started with a Blog

I have been creating this blog in my mind for months and hey I finally did it! Below I will show you how I set up my personal blog using R Blogdown, Hugo, Github and Netlify. I will continuously update and improve it. Comments or suggestions on how to improve it are welcome :-) To begin with, you will need the following to set up your blog Install Blogdown.

R markdown errors - not knitting

R
I was getting errors knitting .Rmarkdown or .Rmd files and the culprint was that I had multiple .Rprofiles in my Home and project directories. The error is as shown below Everytime I restarted the machine it was loading the previous workspace with the following error. At first I thought .RData was the culprint and I unliked it using unlink("~/.RData"). It still did not solve the problem. I had updated to the latest Rversion and my first instinct was update libraries, uninstall and reinstall R+Rstudio but still the error was there anytime I tried knitting.