Learn R Programming

Rxnat (version 1.0.15)

get_scan_resources: Get scan resources for a specific experiment ID

Description

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

Usage

get_scan_resources(conn, ...)

Arguments

conn

The XNAT connection returned by a xnat_connect call

...

experiment_ID the experiment ID identifier, unique for each individual subject

Examples

Run this code
# NOT RUN {
## 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')
# }

Run the code above in your browser using DataLab