read_header {neuroim2}R Documentation

read header information of an image file

Description

read header information of an image file

Usage

read_header(file_name)

Arguments

file_name

the name of the file to read

Value

an instance of class FileMetaInfo

Examples

header <- read_header(system.file("extdata", "global_mask_v4.nii", package="neuroim2"))

[Package neuroim2 version 0.8.1 Index]