Learn R Programming

neuroim2 (version 0.8.1)

read_header: read header information of an image file

Description

read header information of an image file

Usage

read_header(file_name)

Value

an instance of class FileMetaInfo

Arguments

file_name

the name of the file to read

Examples

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

Run the code above in your browser using DataLab