Description Usage Arguments Value Examples
Reads in all data associated with a project (demographics and scan data)
| 1 | 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
| 1 2 3 4 5 | ## Read all data for the ixi project
## Not run: ixi_data <- read_nitrc_project('ixi')
## Read data for all available projects
## Not run: nitrc_data <- read_nitrc_project()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.