Closed simar7511 closed 3 months ago
Great work, Simar! I added some documentation so that the data functions can be used after running library(OpenLongData) and I changed our file reader to data.table::fread so that it wouldn't take so long to load the data.
library(OpenLongData)
data.table::fread
Great work, Simar! I added some documentation so that the data functions can be used after running
library(OpenLongData)
and I changed our file reader todata.table::fread
so that it wouldn't take so long to load the data.