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

Housekeeping #66

Open howardbaik opened 9 months ago

howardbaik commented 9 months ago

While going through this package, I want to jot down my observations:

From the R Packages book:

The .R files below R/ should consist almost entirely of function definitions. Any other top-level code is suspicious and should be carefully reviewed for possible conversion into a function.

cansavvy commented 8 months ago

Thanks for these notes! Keep em' coming!