Description Usage Arguments Value Slots Examples
View source: R/DateSelection.R
DateSelection
DateSelection
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 = "")
|
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 |
DateSelection
S4 object of class DateSelection
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
1 2 | blablabla
blabla
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.