SDITools / adobeanalyticsr

R Client for Adobe Analytics API v2.0
Other
18 stars 9 forks source link

Bugfix: `estimate_requests` wasn't returning a value for 1-query requests #104

Closed charlie-gallagher closed 2 years ago

charlie-gallagher commented 2 years ago

Old behavior: For requests with 1 query, estimate_requests returned NULL, which threw an error later in the aw_freeform_table function

New behavior: Now it returns the right number of requests (one) but still doesn't produce error messages