Description Usage Arguments Value Author(s)
Reads file exif data from a folder on the nas and saves it as a csv in dropbox.
1 2 3 4 | read_exif_ssh(ssh_host = "user@10.74.76.105:22", passwrd,
nas_image_path = "//NAS1/NAS3_2Mar15/Images/CMI_Office_2015",
dbox_project_path = "D:/CM,Inc/Dropbox (CMI)/CMI_Team/Analysis/2019/CMI_Office_2015",
tags = "")
|
ssh_host |
server to ssh into default is 'user at 10.74.76.105:22' |
passwrd |
password to server |
nas_image_path |
path of nas image folder with data to scan |
dbox_project_path |
dropbox project folder to save csv out |
tags |
any additional parameters to add to exiftool call (can be specific tags to get back) |
a data.frame/tibble with all the exif data for the folder you scaned
Abram Fleishman abram@conservationmetics.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.