View source: R/read_nitrc_project.R
read_nitrc_project | R Documentation |
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 ## 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.