install_exiftool | R Documentation |
Install the current version of ExifTool
install_exiftool(
install_location = NULL,
win_exe = NULL,
local_exiftool = NULL,
quiet = FALSE
)
install_location |
Path to the directory into which ExifTool should be
installed. If |
win_exe |
Logical, only used on Windows machines. Should we install the
standalone ExifTool Windows executable or the ExifTool Perl library?
(The latter relies, for its execution, on an existing installation of
Perl being present on the user's machine.) If set to |
local_exiftool |
If installing ExifTool from a local "*.zip" or ".tar.gz", supply the path to that file as a character string. With default value, 'NULL', the function downloads ExifTool from https://exiftool.org and then installs it. |
quiet |
Logical. Should function should be chatty? |
Called for its side effect
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.