What is Digital Transformation? Digital Transformation is a term misunderstood by a lot of people. In the process of digital transformation a lot of people just focus on the company itself. But digital transformation starts with the customer. The...
Latest Posts
Gender Analysis of Facebook Post Likes
A lot of people showed a huge interest in analyzing Facebook data with R. So I decided to write some more tutorials about the possibilities you have with Rfacebook package created by Pablo Barbera. This tutorial will be about plotting the gender...
Build a SPAM filter with R
You can find the complete code on github: Introduction: The topic Machine Learning gets more and more important. The number of data sources grows everyday and it makes it hard to get insights out of this huge amount of data. This increases...
Visualize Foursquare Check-ins with R
You can use this tutorial to visualize foursquare check-ins in the ThinkToStartR package with: #Package Usage token <- ThinkToStart("Foursquare_auth",app_name="R_Test",app_id="XXX",app_secret="XXX") map <- ThinkToStart("Foursquare_map",token)...