add_participants_tsv | R 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.
add_participants_tsv(
tsv_path = paste0(path_output_converter, "/identifying_information/json_metadata.tsv")
)
tsv_path |
the path to the 'json_metadata.tsv' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.