getMetaDataFromFiles | R Documentation |
Need to install EXIFtools first from https://exiftool.org/
getMetaDataFromFiles(files, gpsOnly = TRUE, convertGPS = TRUE)
files |
a vector of file paths |
gpsOnly |
default = TRUE |
convertGPS |
default = TRUE, convert GPS from degree-minute-second format to decimal format |
a dataframe, unless gpsOnly = FALSE
## Not run:
list.files("./photos", full.names = T) |>
getMetaDataFromFiles(gpsOnly = T) -> dfMeta
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.