Learn R Programming

nitrcbot (version 1.2)

nitrc_scandata: Get/list scan data

Description

Retrieves NITRC scan data info

Usage

nitrc_scandata(project = NULL, nitrc_projects = NULL, jsessionID = NULL)

Arguments

project

is the project for which we request demographics data, if project is NULL, we return all available subjects

nitrc_projects

data.frame with all available NITRC projects

jsessionID

value for the JSESSIONID cookie

Value

Dataframe of scan data

Examples

Run this code
# NOT RUN {
## Get scan data for the ixi project
# }
# NOT RUN {
nitrc_scandata('ixi')
# }
# NOT RUN {
## Get scan data for all accessible NITRC projects
# }
# NOT RUN {
nitrc_scandata()
# }

Run the code above in your browser using DataLab