isPDF {metagear} | R Documentation |
Evaluates whether a file is a PDF document.
Description
Checks if provided file is in Portable Document Format (PDF).
Usage
isPDF(aFileName, verbose = TRUE)
Arguments
aFileName |
A string that identifies a file name (and directory path) of the PDF candidate. |
verbose |
Provides more elaborate description of why the file could not
be evaluated as a PDF (e.g., when validating a PDF online). When
|
Value
A logical value indicating whether the file is a PDF document.
[Package metagear version 0.7 Index]