parse_log_bin: Parse the log component of a gt3x file

View source: R/read_gt3x_parse_log_bin.R

dev1_bin_initializeR Documentation

Parse the log component of a gt3x file

Description

Parse the log component of a gt3x file

Usage

dev1_bin_initialize(log, verbose, include)

init_RAW(info, tz)

dev_bin_type1(log, tz, verbose, include, info)

legacy_bin_type1(log, tz, verbose = FALSE, include, info)

legacy_parse(file, ...)

dev_parse(file, ...)

parse_log_bin(
  log,
  info,
  tz = "UTC",
  verbose = FALSE,
  include = .packets,
  parser,
  file
)

Arguments

log

RawVector for internal use; the contents of log.bin

verbose

logical. Print updates to console?

include

character. The PACKET types to parse

info

result of read_gt3x_info

tz

character. The timezone to use

file

internal list object containing information about the zip archive

...

for internal use. Arguments passed to the specific parser from the parse_log_bin shell

parser

the parsing scheme to use, either legacy, dev, or external. The legacy parser runs slowly but includes more extensive checks to ensure alignment with RAW.csv and IMU.csv files. The development parser runs faster and has also been checked for alignment with RAW.csv and IMU.csv files, but not as strictly. For example, rounding is not performed by parser="dev". The external parser is a wrapper for read.gt3x::read.gt3x, and specific arguments can be passed in via ...


AGread documentation built on Sept. 13, 2022, 5:06 p.m.