knitr::opts_chunk$set(
  collapse = TRUE,
  comment = ""
)

Here we will download a single subject from the cross-sectional data with MS using the download_ms_patient function:

library(msmri)
files = download_ms_patient(
  id = 2, 
  cohort = "cross_sectional",
  data = "raw")
library(oro.nifti)
fname = files[1]


muschellij2/msdata documentation built on May 24, 2019, 7:23 p.m.