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

all_ga_metrics() need refactoring #44

Closed cansavvy closed 5 months ago

cansavvy commented 9 months ago

This is a reminder that all_ga_metrics() is probably the most unwieldy function in this package and needs refactoring.

It's got three lapplys in it which is not ideal. Would love to make it more DRY and easy to troubleshoot.