Description Usage Arguments Details
Converts acceleration data from a ".gt3x" file to a data.frame and exports it to CSV.
1 | save_accel(acc.file, outdir = NULL, verbose = FALSE)
|
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) |
This function reads the binary data inside the ".gt3x" file's internal "log.bin" file and saves it in CSV format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.