DateSelection: DateSelection

Description Usage Arguments Value Slots Examples

View source: R/DateSelection.R

Description

DateSelection

DateSelection

Usage

1
2
3
4
5
DateSelection(year, startWeek, endWeek, maxDay = 5, maxTime = 18 * 60,
  minTime = 8 * 60, excludeWeeks = numeric(0), name = "")

DateSelection(year, startWeek, endWeek, maxDay = 5, maxTime = 18 * 60,
  minTime = 8 * 60, excludeWeeks = numeric(0), name = "")

Arguments

year

numeric. starting year (2019)

startWeek

numeric. starting week (ie. 5)

endWeek

numeric. ending week (may be next year)

maxDay

numeric. (default 5)

maxTime

numeric. (minutes after midnight)

minTime

numeric.

excludeWeeks

numeric. (weeks to exclude from report)

name

character name of term

Value

DateSelection

S4 object of class DateSelection

Slots

year

numeric. starting year (2019)

startWeek

numeric. starting week (ie. 5)

endWeek

numeric. ending week (may be next year)

maxDay

numeric. (default 5)

maxTime

numeric. (minutes after midnight)

minTime

numeric.

excludeWeeks

numeric. (weeks to exclude from report)

name

name of term eg. Efterår 2019

Examples

1
2
blablabla
blabla

tbendsen/VIAreports documentation built on Nov. 15, 2019, 12:09 a.m.