Update to piwikproR: fetching DateTimes via API
Last weekend I fixed some issues with my R-package piwikproR
The new version 0.3.1 is now available at CRAN
So let’s have a look at the changes:
The main change is that you now can fetch DateTime values from PIWIK PRO when
you are using the API-endpoints /sessions
or /events
. The previous
version just removed the time component and converted the timestamp
column to just Date.
That may be important if you are using piwikproR to transfer all raw data from PIWIK PRO to your own data lake for further analysis.
The second change is a bug fix regarding these two API-endpoints. Now you can
split the requests in daily chunks as you are used to with the endpoint /query
.
The last change prevents caching of a request when an error has occured.