Description Usage Arguments Value Examples
Uses system()
to run a basic call to exiftool
.
1 2 3 4 5 | exiftool_call(args = NULL, fnames = NULL, intern = FALSE, ..., quiet = FALSE)
exiftool_version()
exiftool_command(args = character(0), fnames = character(0))
|
args |
a list of non-shell quoted arguments (e.g. |
fnames |
a list of filenames ( |
intern |
|
... |
additional arguments to be passed to system2 |
quiet |
Suppress output of the command itself. |
The exit code if intern=FALSE
, or the standard output as a character vector
if intern=TRUE
.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.