powered by
Get a full list of available resources for a specific experiment ID
get_scan_resources(conn, ...)
The XNAT connection returned by a xnat_connect call
xnat_connect
experiment_ID the experiment ID identifier, unique for each individual subject
# 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