View source: R/kin.getDataCols.R
kin.getDataCols | R Documentation |
Returns a data frame containing the default and current data column names used in kinesis data processing.
kin.getDataCols()
A data frame with 2 rows ("DEFAULT" and "CURRENT") containing the standard column names and any custom column names defined in kinesis_parameters. The default columns are: - subjName: Subject identifier - frameN: Frame number - time: Timestamp - deltaTime: Time difference between frames - trialN: Trial number Additional columns are pulled from the dataCols parameter in kinesis_parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.