Description Usage Arguments Value Examples
View source: R/filenameExtractor.R
Filename Extractor
1 | filenameExtractor(fileNames = kmlTiles$Image)
|
fileNames |
a vector of filenames that you want to extract lat long values from. Similar to this: purchase1: or_goldbeach_20160703–Set2_-123.521_41.94.jpg purchase2: "C01_R01-Hayfork2016_41.1684_-123.5119.jpg" I flipped lat and long so they can be pasted into google earth easily but now two different extraction codes are necessary.. |
Returns a dataframe that has three columns: Name, Longitude, Latitude
1 2 | filenameExtractor(c("C01_R07-Arcata2016_40.9977_-123.75258.jpg",
"C01_R07-Arcata2016_40.9977_-123.75322.jpg"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.