configure_exiftoolr | R Documentation |
Configure package to point to ExifTool and/or Perl
configure_exiftoolr(
command = NULL,
perl_path = NULL,
allow_win_exe = TRUE,
quiet = FALSE
)
command |
Character string giving the exiftool command. |
perl_path |
Path to a Perl executable. |
allow_win_exe |
Logical. If running on a Windows machine, and if a standalone exiftool executable is available, should it be used? |
quiet |
Logical. Should function should be chatty? |
A character string giving the exiftool command, returned invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.