add_participants_tsv: This function creates the required BIDS files...

add_participants_tsvR Documentation

This function creates the required BIDS files 'participants.tsv' and 'participants.json'. The '.tsv' contains the actual data per subject from the 'json_metadata.tsv'. The '.json' contains a description of the extracted variables. The following variables are extracted: subject, session, group, PatientBirthDate, AcquisitionDateTime, Patientsex, PatientWeight.

Description

This function creates the required BIDS files 'participants.tsv' and 'participants.json'. The '.tsv' contains the actual data per subject from the 'json_metadata.tsv'. The '.json' contains a description of the extracted variables. The following variables are extracted: subject, session, group, PatientBirthDate, AcquisitionDateTime, Patientsex, PatientWeight.

Usage

add_participants_tsv(
  tsv_path = paste0(path_output_converter, "/identifying_information/json_metadata.tsv")
)

Arguments

tsv_path

the path to the 'json_metadata.tsv'


wulms/bidsconvertr documentation built on Sept. 17, 2023, 11:22 p.m.