get_spp_park_tbl: Get table of species data for given park

Description Usage Arguments Value Examples

Description

Get table of species data for given park

Usage

1
get_spp_park_tbl(cfg, park, reload = T)

Arguments

cfg

NPS configuration list object; see get_nps_config

park

park abbreviation, eg "CABR", "CHIS" or "SAMO"

Value

tibble with fields: Species_Code, Scientific_name, Layer, FxnGroup, Native, Nativity, Perennial, AnnPer

Examples

1
2
cfg <- get_nps_config(system.file(package="npstools", "nps_config.yaml"))
get_spp_park_tbl(cfg, park = "CABR")

ecoquants/npstools documentation built on May 10, 2019, 9:50 a.m.