gt3x_2_csv: Export GT3X as CSV

Description Usage Arguments Details

View source: R/gt3x_2_csv.R

Description

Convert GT3X files to CSV format in Actilife's default export format.

Usage

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
)

Arguments

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)

Details

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.


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