decompress_gii: Decompress Gzipped GIFTI (with extension .gz)

Description Usage Arguments Value Examples

View source: R/decompress_gii.R

Description

If a GIFTI file is compressed, as in .gii.gz, this will decompress the file. This has nothing to do with the encoding WITHIN the file

Usage

1

Arguments

file

file name of GIFTI file

Value

Filename of decompressed GIFTI

Examples

1
2
3
4
5
if (have_gifti_test_data(outdir = NULL)) {
   gii_files = download_gifti_data(outdir = NULL)
   outfile = decompress_gii(gii_files[1])
   print(outfile)
}

gifti documentation built on Nov. 12, 2020, 1:07 a.m.