"xifti" objectWrite out a "xifti" object as a CIFTI file and (optionally) GIFTI
surface files.
write_cifti(
  xifti,
  cifti_fname,
  surfL_fname = NULL,
  surfR_fname = NULL,
  verbose = TRUE
)writeCIfTI(
  xifti,
  cifti_fname,
  surfL_fname = NULL,
  surfR_fname = NULL,
  verbose = TRUE
)
writecii(
  xifti,
  cifti_fname,
  surfL_fname = NULL,
  surfR_fname = NULL,
  verbose = TRUE
)
write_xifti(
  xifti,
  cifti_fname,
  surfL_fname = NULL,
  surfR_fname = NULL,
  verbose = TRUE
)
Named character vector of the written files
A "xifti" object.
File path to a CIFTI file (ending in ".d*.nii").
If the [left/right] surface is present, it
will be a written to a GIFTI file at this file path. If NULL
(default), do not write out the surface.
Should occasional updates be printed? Default: TRUE.
This function interfaces with the "-cifti-create-dense-timeseries",
"-cifti-create-dense-scalar", or "-cifti-create-label" Workbench
Command, depending on the input.
See write_xifti2 to write a "xifti" object out as
separate GIFTI and/or NIFTI files instead.
Other common: 
is.cifti(),
read_cifti(),
resample_cifti(),
smooth_cifti(),
view_xifti()
Other writing: 
separate_cifti(),
write_metric_gifti(),
write_subcort_nifti(),
write_surf_gifti(),
write_xifti2()