photo_select: Helper function to select photos

View source: R/select_photos.R

photo_selectR Documentation

Helper function to select photos

Description

Helper function to select photos

Usage

photo_select(f, geometry = "800x600")

Arguments

f

File path to photo(s).

geometry

A geometry specification such as "100x80", meaning 100 pixels wide, 80 pixels high. See magick::geometry() for details.

Examples

if(interactive()) {
select_photos(geotagged_photo_paths())
}

Robinlovelace/photomapr documentation built on Oct. 21, 2022, 7:21 a.m.