decompress_gii: Decompress Gzipped GIFTI (with extension .gz)

View source: R/decompress_gii.R

decompress_giiR Documentation

Decompress Gzipped GIFTI (with extension .gz)

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

decompress_gii(file)

Arguments

file

file name of GIFTI file

Value

Filename of decompressed GIFTI

Examples

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

muschellij2/gifti documentation built on April 21, 2022, 5:05 a.m.