# NOT RUN {
outdir = tempdir()
if (have_cifti_test_data(outdir = outdir)) {
files = download_cifti_data(outdir = outdir)
fname = grep("MyelinAndCorrThickness.32k_fs_LR.dscalar",
files, value = TRUE)
res = read_cifti(fname)
}
# }
Run the code above in your browser using DataLab