Reads GIFTI annotation (.label.gii) files and extracts region
information including vertices, colours, and labels. Returns data in
the same format as read_annotation_data() for use with the cortical
atlas pipeline.
Examples
if (FALSE) { # \dontrun{
atlas_data <- read_gifti_annotation(c(
"lh.aparc.label.gii",
"rh.aparc.label.gii"
))
} # }