parse_gt3x_info {read.gt3x} | R Documentation |
Parse GT3X info.txt file
Description
Parse GT3X info.txt file
Usage
parse_gt3x_info(path, tz = "GMT")
extract_gt3x_info(path, tz = "GMT")
Arguments
path |
Path to a .gt3x file or an unzipped gt3x directory |
tz |
timezone, passed to |
Note
The input for parse_gt3x_info
is a gt3x
file, but
the path
for extract_gt3x_info
is the info.txt
file,
which can also pass in a connection
See Also
Other gt3x-parsers:
as.data.frame.activity()
,
print.gt3x_info()
,
read.gt3x()
Examples
gt3xfile <-
system.file(
"extdata", "TAS1H30182785_2019-09-17.gt3x",
package = "read.gt3x")
parse_gt3x_info(gt3xfile)
## Not run:
gt3xfile <- gt3x_datapath(1)
parse_gt3x_info(gt3xfile)
## End(Not run)
[Package read.gt3x version 1.2.0 Index]