teach_date: The function generates the teaching dates for my semester...

Description Usage Arguments Value Author(s) Examples

View source: R/teach_date.R

Description

The function generates the teaching dates for my semester schelme

Usage

1
2
teach_date(begin.date, holidays = c(""), add_dates = c(""), weeks = 30,
  cat = FALSE)

Arguments

cat

default=false (not cat the result)

begin.date:

default = "2015-09-01"

weeks:

default = 30

Value

date serials

Author(s)

Guomin Li

Examples

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)

Gabegit/gmdata documentation built on May 6, 2019, 5:32 p.m.