Learn R Programming

nitrcbot (version 1.2)

nitrc_demographics: Get/list project demographics

Description

Retrieves list of all subjects demographic data

Usage

nitrc_demographics(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 demographics data

Examples

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

Run the code above in your browser using DataLab