Learn R Programming

nitrcbot (version 1.2)

read_nitrc_project: 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

Run this code
# NOT RUN {
## Read all data for the ixi project
# }
# NOT RUN {
ixi_data <- read_nitrc_project('ixi')
# }
# NOT RUN {
## Read data for all available projects
# }
# NOT RUN {
nitrc_data <- read_nitrc_project()
# }

Run the code above in your browser using DataLab