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

Remove return calls to `invisible()` #37

Closed howardbaek closed 9 months ago

howardbaek commented 9 months ago

invisible() already returns a invisible copy of an object, so no need to return(invisible(object)).

I'll fix this in a separate branch.