For variables such as `moving`, `asleep`,... we can save a lot of ram using bits instead of logical: See https://cran.r-project.org/web/packages/bit/index.html
For variables such as
moving,asleep,... we can save a lot of ram using bits instead of logical:See https://cran.r-project.org/web/packages/bit/index.html