Learn R Programming

fsbrain (version 0.5.5)

qdec.table.filter: Filter QDEC long table for subjects.

Description

Filter QDEC long table for subjects.

Usage

qdec.table.filter(qdec_file, subjects_list, output_qdec_file = NULL)

Value

the data.frame containing the subset of subjects from the original QDEC file.

Arguments

qdec_file

the source QDEC table

subjects_list

the subjects to extract from the QDEC file

output_qdec_file

optional character string, a file name to which to write the resulting, filtered table. If not given, no file is created.