ps_read_fwa: Read a FWA layer.

ps_read_fwaR Documentation

Read a FWA layer.

Description

Internal function that uses shared Poisson dropbox folder.

Usage

ps_read_fwa(
  shortcut = NULL,
  gdb = "FWA_BC.gdb",
  layer = "FWA_COASTLINES_SP",
  dir = "~/Poisson/Data/spatial/fwa/gdb/"
)

Arguments

shortcut

A character string indicating shortcut name of layer to read (layer stripped of 'FWA_' and '_POLY' or '_SP'). Any value of shortcut other than NULL will override layer argument.

gdb

A character string indicating which geodatabase to read. See ps_fwa_gdbs() for options.

layer

A character string indicating which layer to read. See ps_fwa_layers() for options.

dir

A character string indicating path to directory holding fwa geodatabases.

Value

sf object.


poissonconsulting/poisspatial documentation built on Nov. 9, 2023, 10:09 a.m.