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 2 – filtered search
In previous post I wrote about how to set connection with Magento 2 REST API from R and make queries to universal search. Now let’s see how use filtered search. Also we’ll use other than universal search endpoints that provide access to more specific Magento 2 store information. Using filtered 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