As a follow-up of my previous study of Australian politicians on Twitter I’ve decided to build a more sophisticated, autonomous solution. The idea at glance: Collect regularly tweets from Members of Australian Parliament Store them in the database Visualize findings (in up-to-date state) in web dashboard A goal here is Continue Reading
R plus Magento 2 REST API revisited: part 3 – more complex samples of use
This is 3rd part of series about working with Magento 2 REST API in R. If you haven’t read previous posts in this series, I would recommend to do it. This article sample use the functions defined in previous posts. You may find them at R plus Magento 2 REST API Continue Reading
Scraping data about Australian politicians with RSelenium
While there is more and more data available in structured formats (CSV, JSON) through initiatives like OpenData, sometimes nicely formatted data still not publicly available. When I decided to conduct a little study of what Australian politicians from the major party post in Twitter. So I decide to find list Continue Reading
R plus Magento 2 REST API revisited: part 1- authentication and universal search
I wrote a post about getting Magento 2 data to R using REST API last year. Now I provide more examples of use and a wrapper over API that you can re-use to get data from Magento 2 to R in a bit more convenient way. Prerequisites Magento 2 I Continue Reading
Accessing Magento 2 REST API from R
Magento is my bread and butter and I like to do data analysis with R. Hence I though, can I access Magento 2 data through R directly, without need of export or connect to the database? Magento 2 has API, so I’ve decided to give it a try. Magento (including Continue Reading
The most tennis countries: where are the top tennis players from?
It’s end of the January and therefore a tennis time in Melbourne. Australian Open is in high gear; Melbournians and guests can enjoy watching top of the crop tennis athletes playing at their doorsteps. Have you even wondered what countries are the home of good tennis players? I’ve always been, so Continue Reading