Description Usage Arguments Examples
View source: R/DatePreserve_function.R
An integrative function that collects the date of creation (ie. capture) from JPG images, and assigns them to a list of RAW files, as created by the function 'RmFlirTag'. Note that this function calls upon Windows Powershell in Windows, and Bash in Linux. It is therefore limited to Windows and Linux users for the moment. Furthermore, note that order of files within a given folder matter.
1 | DatePreserve(PathtoJPGs, PathtoRAW)
|
PathtoJPGs |
The path to a folder containing JPG images from which you wish to extract creation dates. |
PathtoRAWs |
The path to a folder containing RAW images, to which you wish to assign creation dates to. |
1 2 3 | MyJPGS<-"C:/Users/JKR/Desktop/JPGPhotos"
MyRAWS<-"C:/Users/JKR/Desktop/RAWPhotos"
DatePreserve(MyJPGS, MyRAWS)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.