get_scan_resources: Get scan resources for a specific experiment ID

Description Usage Arguments Examples

View source: R/xnat_api.R

Description

Get a full list of available resources for a specific experiment ID

Usage

1

Arguments

conn

The XNAT connection returned by a xnat_connect call

...

experiment_ID the experiment ID identifier, unique for each individual subject

Examples

1
2
3
4
5
6
## Connect to XNAT CENTRAL
## Not run: 
xnat_central_conn <- xnat_connect('https://central1.xnat.org', xnat_name="CENTRAL")
get_scan_resources(xnat_central_conn,'CENTRAL_E00760')

## End(Not run)

Rxnat documentation built on Aug. 19, 2021, 5:06 p.m.