View source: R/convertEpochData.R
convertEpochData | R Documentation |
convert externally created Epoch data to GGIR part 1 milestone data format. Function not intended for direct use by user. The aim is to allow for using GGIR on top of extrnally derived epoch data. See argument dataFormat in the GGIR for details on how to use this functionality.
convertEpochData(datadir = c(), metadatadir = c(),
params_general = c(), f0 = c(), f1 = c(), verbose = TRUE)
datadir |
See GGIR |
metadatadir |
See GGIR |
params_general |
Parameters object see GGIR |
f0 |
File index to start with (default = 1). Index refers to the filenames sorted in alphabetical order |
f1 |
File index to finish with (defaults to number of files available, i.e., f1 = 0) |
verbose |
See GGIR |
Vincent T van Hees <v.vanhees@accelting.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.