Rstats TipsConverting Lists of Lists of Lists to Data.Frames (or Tibbles)I’m working on an R-package to access the data of a web service. So I have to handle large data I get back from an API call. The result is…Feb 7, 2021Feb 7, 2021
Rstats TipsIterating over the lines of a data.frame with purrrI sometimes have a function which takes some parameters and returns a data.frame as a result. Then I have a data.frame where each row of…Jan 28, 2021Jan 28, 2021
Rstats TipsAnomaly Detection with ProphetHow to detect the unexpected? Is the behaviour of some measured value normal or did something unexpected happen?Jan 28, 2021Jan 28, 2021