vignettes/downloading_ms_data.Rmd
downloading_ms_data.Rmd
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")