Description Usage Arguments Value
View source: R/TS_extract_meta.R
Extracts metadata from images.
1 2 3 4 5 | TS_extract_meta(
ims,
tags = c("FileName", "UserLabel", "DatetimeOriginal", "TriggerMode", "MoonPhase",
"AmbientTemperatureFahrenheit", "AmbientTemperature", "SceneCaptureType")
)
|
ims |
a vector containing file paths to images. |
tags |
a vector containing the data columns you want to extract. To see the list of available tags, go to https://exiftool.org/TagNames/ |
a data frame of image metadata.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.