parse_single_record: Export all generic data from single session

View source: R/parse_single_record.R

parse_single_recordR Documentation

Export all generic data from single session

Description

Export all generic data from single session

Usage

parse_single_record(jsondata)

Arguments

jsondata

Data in JSON format

Currently

  • trial_type (string) - The name of the plugin used to run the trial.

  • trial_index (numeric) - The index of the current trial across the whole experiment.

  • time_elapsed (numeric) - The number of milliseconds between the start of the experiment and when the trial ended.

  • internal_node_id (string) - A string identifier for the current TimelineNode.

  • raw (list) - list column with all plugin data

Value

a tibble with generic data from each trial/plugin result on separate lines


jirilukavsky/jspsychread documentation built on Jan. 29, 2023, 5:35 p.m.