Attach deployment metadata with image data.
Arguments
- deployments
deployments data, as created by
make_deployments()- image_data
data.frame of class
image_data, as read in byread_image_data().- drop_unjoined
if there are unmatched
deployment_labelsbetween deployments and image data, should they be dropped from the output (this is equivalent to adplyr::inner_join())? Default isFALSE.- as_sf
should the data be returned as an
sfobject of the station locations? DefaultTRUE