filenameExtractor: Filename Extractor

Description Usage Arguments Value Examples

View source: R/filenameExtractor.R

Description

Filename Extractor

Usage

1
filenameExtractor(fileNames = kmlTiles$Image)

Arguments

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..

Value

Returns a dataframe that has three columns: Name, Longitude, Latitude

Examples

1
2
filenameExtractor(c("C01_R07-Arcata2016_40.9977_-123.75258.jpg",
"C01_R07-Arcata2016_40.9977_-123.75322.jpg"))

adamkc/DIMEChelper documentation built on Feb. 1, 2020, 12:24 p.m.