walkGetTrackIDs: Extract track IDs and photos for a walk.

View source: R/walks.R

walkGetTrackIDsR Documentation

Extract track IDs and photos for a walk.

Description

Extract track IDs and photos for a “walk”.

Usage

walkGetTrackIDs(d, whichWalk)

walkGetPhotos(d, walkIDs, path = "Images")

Arguments

d

A data frame from either the “Walks” or “Photos” tab in the trail mapping info sheet.

whichWalk

A numeric that identifies the code for the “walk”.

walkIDs

A vector of track name strings that represent a contiguous “walk”. This may be returned from walkGetTrackIDs.

path

A directory from the working directory that contains the photo image files.

Details

NONE YET

Value

walkGetTrackIDs returns a vector of track IDs for the walk and walkGetPhotos returns a data frame that contains the filename (with the path prepended) and caption for photos from the walk.

Author(s)

Derek H. Ogle

See Also

walkGetTrackIDs, walkMap, and walkSummary

Examples

## None yet.


droglenc/gpxhelpers documentation built on Dec. 12, 2024, 1:33 a.m.