nitrc_demographics: Get/list project demographics

Description Usage Arguments Value Examples

View source: R/nitrc_demographics.R

Description

Retrieves list of all subjects demographic data

Usage

1
2
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

1
2
3
4
5
## Get demographic data for the ixi project
## Not run: nitrc_demographics('ixi')

## Get demographic data for all accessible projects
## Not run: nitrc_demographics()

neuroconductor-devel-releases/nitrcbot documentation built on May 1, 2020, 8:30 a.m.