| parse_gt3x_info | R Documentation | 
Parse GT3X info.txt file
parse_gt3x_info(path, tz = "GMT") extract_gt3x_info(path, tz = "GMT")
path | 
 Path to a .gt3x file or an unzipped gt3x directory  | 
tz | 
 timezone, passed to   | 
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
Other gt3x-parsers: 
as.data.frame.activity(),
print.gt3x_info(),
read.gt3x()
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.