Update to piwikproR: fetching DateTimes via API

[This article was first published on rstats-tips.net, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

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.

To leave a comment for the author, please follow the link and comment on their blog: rstats-tips.net.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)