powered by
Retrieves NITRC scan data info
nitrc_scandata(project = NULL, nitrc_projects = NULL, jsessionID = NULL)
is the project for which we request demographics data, if project is NULL, we return all available subjects
data.frame with all available NITRC projects
value for the JSESSIONID cookie
Dataframe of scan data
# NOT RUN { ## Get scan data for the ixi project # } # NOT RUN { nitrc_scandata('ixi') # } # NOT RUN { ## Get scan data for all accessible NITRC projects # } # NOT RUN { nitrc_scandata() # }
Run the code above in your browser using DataLab