get_scan_resources: Get scan resources

View source: R/get_scan_resources.R

get_scan_resourcesR Documentation

Get scan resources

Description

Retrieves all the resources(files) associated with a session ID

Usage

get_scan_resources(
  session_ID = NULL,
  scan_type = NULL,
  project = NULL,
  jsessionID = NULL
)

Arguments

session_ID

the session ID identifier, unique for each individual subject

scan_type

the type of scan for which we need to list the acquisition parameters

project

optional, identifies the project to which the session_ID belongs

jsessionID

value for the JSESSIONID cookie

Value

Data frame containing all the resources for this particular scan session

Examples

## Get all scan resources for a specific session_ID
## Not run: get_scan_resources('NITRC_IR_E10469')

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