Learn R Programming

IFC (version 0.2.1)

cpp_checkTIFF: TIFF Checker

Description

Checks if file is a TIFF.

Arguments

fname

string, path to file.

Details

If file is a TIFF it returns endianness of file, 'big' or 'little. Otherwise, it shows an error and returns an empty string.