fhdsl / metricminer

R package that digs up data that matters from APIs, making it dashboard-ready
https://hutchdatascience.org/metricminer/
MIT License
2 stars 0 forks source link

Fix so arguments are passed to `get_multiple_ga_metrics` #80

Closed cansavvy closed 3 months ago

cansavvy commented 4 months ago

Purpose/implementation Section

What changes are being implemented in this Pull Request?

The get_multiple_ga_metrics function is basically a wrapper around get_ga_stats but some of the arguments weren't being passed on (like dates)

So I needed to collect data that was only for a specific time range but couldn't do it because of this. Here's the fix for this problem.