import_MRI: Import metadata on MRI scans

View source: R/import_data.R

import_MRIR Documentation

Import metadata on MRI scans

Description

import_MRI accesses the scan number and associated information from each MRI scanning session.

Usage

import_MRI(exclude = TRUE, print_exclude_summary = TRUE)

Arguments

exclude

If TRUE, don't return records marked as excluded.

print_exclude_summary

If TRUE, print a table that lists the number of records that have been excluded. If this looks problematic, you could set exclude = FALSE to import all records to identify which ones were excluded.

Value

A dataframe containing the MRI metadata.

Examples

## Not run: 
mri <- import_MRI()

## End(Not run)

nzbri/chchpd documentation built on July 6, 2023, 11:27 p.m.