readApprovalPoints: Read Approval Points

Description Usage Arguments Value

View source: R/utils-read.R

Description

given a list of approvals and points, will return the points divided up into separate lists for the different approval levels

Usage

1
2
readApprovalPoints(approvals, points, timezone, legend_nm, appr_var_all,
  point_type = NULL)

Arguments

approvals

list of approvals

points

list of points to apply approvals to

timezone

the timezone to convert everything to

legend_nm

the name of the series to put in label (suffix)

appr_var_all

the ordered variable names to map the approval levels (Approved, Analyzed, Working) to (Eg: c("appr_approved_dv", "appr_analyzed_dv", "appr_working_dv") )

point_type

the symbol to attach to each point

Value

named list of data frames. Each frame wil be named according to appr_var_all and data frame will have respective points


USGS-R/repgen documentation built on April 14, 2021, 2:47 p.m.