is_pdf {daiR} | R Documentation |
Check that a file is PDF
Description
Checks whether a file is a PDF file.
Usage
is_pdf(file)
Arguments
file |
a filepath |
Value
a boolean
Examples
## Not run:
is_pdf("document.pdf")
## End(Not run)
[Package daiR version 1.0.0 Index]