save_accel: Export GT3X contents

Description Usage Arguments Details

View source: R/gt3x_2_csv.R

Description

Converts acceleration data from a ".gt3x" file to a data.frame and exports it to CSV.

Usage

1
save_accel(acc.file, outdir = NULL, verbose = FALSE)

Arguments

acc.file

path to a GT3X file to convert

outdir

path for outputting the CSV formatted file (default: NULL). There will be another directory created inside this one, called "/csv".

verbose

logical: wether to show detailed log messages or not (default: FALSE)

Details

This function reads the binary data inside the ".gt3x" file's internal "log.bin" file and saves it in CSV format.


danilodpsantos/gt3x2csv documentation built on March 13, 2021, 3:20 a.m.