merge_split_reports: Merge tables from split fixation and message reports

View source: R/eye_tracking.R

merge_split_reportsR Documentation

Merge tables from split fixation and message reports

Description

The main point of merging is to have one list and no repeating data. For example, we don't have two "trials" tables in memory where the one coming from the message report has more trials - we want them merged.

Usage

merge_split_reports(fix_rep_data, mes_rep_data)

Arguments

fix_rep_data

List of tables as returned by split_fixation_report.

mes_rep_data

List of tables as returned by split_message_report.


BergelsonLab/blabr documentation built on Dec. 22, 2024, 9:32 p.m.