get_subjects: Get subjects in BIDS project

Description Usage Arguments Value Examples

Description

Lists all subjects in BIDS project that have .json files

Usage

1
get_subjects(studypath = NULL, json_info = NULL)

Arguments

studypath

The main folder path for a BIDS dataset. If 'json_info' is not specified 'studypath' has to be specified.

json_info

Data frame containing all json information, from 'get_json_data' function. If 'studypath' is not specified 'json_info' has to be specified.

Value

A vector of all subjects in the BIDS project

Examples

1
get_subjects(studypath = studypath)

mathesong/rbids documentation built on May 14, 2019, 4:04 a.m.