wadpac / GGIRread

Functions for reading accelerometer data files
https://CRAN.R-project.org/package=GGIRread
Apache License 2.0
5 stars 3 forks source link

minor edit to PR #46 #47

Closed vincentvanhees closed 11 months ago

vincentvanhees commented 11 months ago

Hi @l-k- This is a minor edit to PR #46 by changing the last block value that is passed on to the next block. In that way we know for sure that if the block before the previous block was faulty we use the imputed last value and not the actual last value.

This PR does not change your proposed edits but complements them with changes the code further down.