fwa_read_named_watersheds: Read from named-watersheds layer.

Description Usage Arguments Value Examples

View source: R/read-layer.R

Description

Read from named-watersheds layer.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
fwa_read_named_watersheds(
  x = NULL,
  tributaries = FALSE,
  named_only = FALSE,
  min_stream_order = 1L,
  crs = 3005,
  collect = TRUE,
  check = TRUE,
  input_type = NULL
)

Arguments

x

A vector of valid GNIS_NAME or WATERSHED_KEY. If NULL, entire dataset is read.

min_stream_order

An integer indicating minimum STREAM_ORDER to read.

Value

A sf object with sfc_POLYGON geometry.

Examples

1
2
3
4
## Not run: 
fwa_read_named_watersheds("GRAI")

## End(Not run)

poissonconsulting/fwabc documentation built on Feb. 18, 2021, 3:24 a.m.