DOI-USGS / hyRefactor

https://code.usgs.gov/wma/nhgf/reference-fabric/hyrefactor
Creative Commons Zero v1.0 Universal
5 stars 0 forks source link

remove data.table? #31

Open mikejohnson51 opened 2 years ago

mikejohnson51 commented 2 years ago

data.table is currently being carried around only for rbindlist.

dplyr::bind_rows should almost as fast and removes the dependency.

Thoughts?

dblodgett-usgs commented 2 years ago

Sounds fine.