get_total_eventpoints_tbl: Get table of total event points for given park

Description Usage Arguments Value Examples

Description

Get table of total event points for given park

Usage

1
get_total_eventpoints_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: Park, IslandCode, Location_ID, SiteCode, Vegetation_Community, SurveyYear, SurveyDate, NofPoints

Examples

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

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