read.md.subjects | R Documentation |
Load a list of subjects from a subjects file, i.e., a simple text file containing one subject name per line.
read.md.subjects(subjects_file, header)
subjects_file |
character string, the path to the subjects file. |
header |
logical, whether the file starts with a header line. |
vector of strings, the subject identifiers.
Other metadata functions:
demographics.to.fsgd.file()
,
read.md.demographics()
,
report.on.demographics()
subjects_file = system.file("extdata", "subjects.txt", package = "fsbrain", mustWork = TRUE);
subjects_list = read.md.subjects(subjects_file, header = FALSE);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.