skardhamar / rga

R Google Analytics
187 stars 90 forks source link

Fix batch #84

Closed EricGoldsmith closed 7 years ago

EricGoldsmith commented 7 years ago

As discussed in #82, this PR fixes the issue with Batch not working with Walk, as well as assorted other issues.

In addition, it addresses an issue when intermediate daily results from Walk are empty, returning no results for those days in the resulting data frame, rather than a row of NAs. This also addresses an edge case where if this occurred as the first row of the data frame, the row of NAs would cause incorrect data types to be set for the columns.