Reads in all data associated with a project (demographics and scan data)
read_nitrc_project(project = NULL, jsessionID = NULL)
project | is the project for which we request the aggregated data, if project is NULL, we return all available data for all projects |
---|---|
jsessionID | value for the JSESSIONID cookie |
Dataframe of project data
## Read all data for the ixi project
if (FALSE) ixi_data <- read_nitrc_project('ixi')
## Read data for all available projects
if (FALSE) nitrc_data <- read_nitrc_project()