Description Usage Arguments Value Author(s) Examples
The function generates the teaching dates for my semester schelme
1 2 | teach_date(begin.date, holidays = c(""), add_dates = c(""), weeks = 30,
cat = FALSE)
|
cat |
default=false (not cat the result) |
begin.date: |
default = "2015-09-01" |
weeks: |
default = 30 |
date serials
Guomin Li
1 2 3 4 | teach_date("2015-09-01")
holiday <- c("2017-03-30","2017-05-04")
add_date <-c("2017-04-01")
teach_date("2017-03-02",holiday,add_date,cat=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.