Rdocumentation
powered by
Learn R Programming
metagear (version 0.1)
isPDF: Evaluates whether a file is a PDF document.
Description
Checks if provided file is in Portable Document Format (PDF).
Usage
isPDF(aFileName)
Arguments
aFileName
A string that identifies a file name (and direcotry path) of the PDF candidate.
Value
A logical value indicating whether the file is a PDF document.