findStartData {GGIRread} | R Documentation |
Find start of data inside text file.
Description
Helper function used internally. Finds variables start of the data in Actiwatch and Actical data.
Usage
findStartData(filename, quote, startindex)
Arguments
filename |
Character |
quote |
Quote as extracted with detectQuote |
startindex |
Start index where to start searching. For Actical we start at 300 while for Actiwatch we start at 1000. |
Value
Start index
Author(s)
Vincent T van Hees <v.vanhees@accelting.com>
[Package GGIRread version 1.0.5 Index]