Description Usage Arguments Details
Convert GT3X files to CSV format in Actilife's default export format.
1 2 3 4 5 6 7 8 9 | gt3x_2_csv(
gt3x_files = NULL,
outdir = NULL,
progress = FALSE,
parallel = FALSE,
cores = detectCores(),
logfile = NULL,
verbose = FALSE
)
|
gt3x_files |
complete path to a GT3X file to convert. Can also be a vector of complete filenames or a directory with ".gt3x" files in it. |
outdir |
path to a directory for outputting the CSV formatted file (default: NULL). There will be another directory created inside this one, called "/csv". |
progress |
logical: wether or not to show TCLTK progress bar (default: FALSE) |
parallel |
logical: wether or not to use parallel processing (default: FALSE) |
cores |
integer: number of cores to use for parallelization. If parallel = FALSE, this argument will be ignored. |
logfile |
path to use for outputting logfile. If FALSE, even when verbose = TRUE only print basic info messages and directly to R log. Default (NULL) outputs to R's log when parallel = FALSE and to the same directory as the CSV output when parallel = TRUE. |
verbose |
logical: wether or not to show detailed log messages (default: FALSE) |
Reads the "info.txt" and "log.bin" internal files from ".gt3x" files exported by Actilife's software and converts it to a CSV file in the same format of the CSV file extracted directly from the software.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.