fwa_read_watersheds: Read from watersheds layer.

Description Usage Arguments Value Examples

View source: R/read-layer.R

Description

Read from watersheds layer.

Usage

1
2
3
4
5
6
7
8
fwa_read_watersheds(
  x = NULL,
  tributaries = FALSE,
  crs = 3005,
  collect = TRUE,
  check = TRUE,
  input_type = NULL
)

Arguments

x

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

Value

A sf object with sfc_POLYGON geometry.

Examples

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

## End(Not run)

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