mhpob / otndo

A package to understand OTN data
https://otndo.obrien.page/
Creative Commons Attribution 4.0 International
3 stars 1 forks source link

Move data manipulation code out of QMD #3

Closed mhpob closed 1 month ago

mhpob commented 10 months ago

Move the code into R scripts and pipe results into the QMD.

Necessary for testing of functions/workouts that are currently hidden from testing in the QMD.

mhpob commented 6 months ago

Will cause issues with data.table and R CMD check "no visible binding for global variable". Work around to use functional form of :=?

Edit: preallocate names as NULL https://cran.r-project.org/web/packages/data.table/vignettes/datatable-importing.html