walkGetTrackIDs | R Documentation |
Extract track IDs and photos for a “walk”.
walkGetTrackIDs(d, whichWalk)
walkGetPhotos(d, walkIDs, path = "Images")
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 |
path |
A directory from the working directory that contains the photo image files. |
NONE YET
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.
Derek H. Ogle
walkGetTrackIDs
, walkMap
, and walkSummary
## None yet.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.