configure_exiftool {exifr} | R Documentation |
Configure perl, ExifTool
Description
Configure perl, ExifTool
Usage
configure_exiftool(
command = NULL,
perl_path = NULL,
install_url = NULL,
install_location = NULL,
quiet = FALSE
)
configure_perl(perl_path = NULL, quiet = FALSE)
configure_exiftool_reset()
Arguments
command |
The exiftool command or location of exiftool.pl |
perl_path |
The path to the perl executable |
install_url |
The url from which exiftool could be installed |
install_location |
The location to install exiftool |
quiet |
Use quiet = FALSE to display status updates |
Value
The exiftool command, invisibly
[Package exifr version 0.3.2 Index]