Skip to contents

Download freshwater recreational fishery creel datasets from Washington's public data warehouse, data.wa.gov. When a valid 'fishery_name' is provided several database views are downloaded (i.e., effort, interview, catch, water bodies, closures, and a )

Usage

fetch_dwg(fishery_name)

Arguments

fishery_name

Identifier which represents the spatiotemporal configuration for a given dataset with associated fishery closures.

Value

dwg, a list object containing a dataframe for each database view downloaded (e.g., effort, interview, catch)

Examples

if (FALSE) { # \dontrun{
dwg <- fetch_dwg("Skagit winter steelhead 2021")
} # }