Skip to contents

Calls find_cameras() for the given NWIS site ID, then joins the result with site metadata from dataRetrieval::read_waterdata_monitoring_location(). Requires the dataRetrieval package.

Usage

find_gage_cameras(site_id)

Arguments

site_id

Character. A single 8-to-15-digit NWIS site number (e.g. "05366800").

Value

A tibble with all camera columns from find_cameras() plus additional site metadata columns from dataRetrieval where available.

Examples

if (FALSE) { # \dontrun{
find_gage_cameras("05366800")
} # }