read_nitrc_project: Read NITRC project data

View source: R/read_nitrc_project.R

read_nitrc_projectR Documentation

Read NITRC project data

Description

Reads in all data associated with a project (demographics and scan data)

Usage

read_nitrc_project(project = NULL, jsessionID = NULL)

Arguments

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

Value

Dataframe of project data

Examples

## 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()

neuroconductor/nitrcbot documentation built on Feb. 6, 2023, 9:17 p.m.