Export Gazepoint time-course data for permutes-style cluster workflows
Source:R/cluster_permutation_extensions.R
export_gazepoint_permutes_cluster_input.RdWrite a conservative long-format CSV file and README for continuation in an external R/permutes workflow. This helper prepares data only; it does not run permutes or validate the external model specification.
Usage
export_gazepoint_permutes_cluster_input(
data,
outdir,
subject_col = ".gp3_cluster_subject",
condition_col = ".gp3_cluster_condition",
time_col = ".gp3_cluster_time_bin",
outcome_col = ".gp3_cluster_outcome",
overwrite = FALSE
)