checkNormsYearsToRequest: Check Years to Request for Norms

Description Usage Arguments

View source: R/checkValidParamsFns.R

Description

checkNormsYearsToRequest Check that the Years to be Requested for Norms is valid

Usage

1
2
3
4
5
6
7
checkNormsYearsToRequest(
  year_start,
  year_end,
  month_day_start,
  month_day_end,
  exclude_years
)

Arguments

year_start

the starting year (inclusive) of the range of years for which you're calculating norms, e.g., 2008

year_end

the end year (inclusive) of the range of years for which you're calculating norms, e.g., 2015

exclude_years

You can opt to exclude one or more years from the range, and it's values will not be included in the averages. To exclude multiple years, provide a vector of years. Note: You must always have at least three years of data to average


aWhereAPI/aWhere-R-Library documentation built on Nov. 5, 2021, 3:35 a.m.