create_timetable: create teaching outline timetable in Word

Description Usage Arguments Value Examples

Description

create teaching outline timetable in Word

Usage

1
create_timetable(outlinelist, teachdate, weekclass = 3)

Arguments

outlinelist

the course's outline line defined in R list

teachdate

date list by teach_date()

weekclass

classes of a week

Value

data for timetable in word

Examples

1
2
3
4
outline <- list(学位论文写作指引="内容:学术论文的特征、如何选题、如何论证等。  阅读:《写作是一门艺术》",特征价格法="内容:特征价格法的原理、估价模型、软件实现等。   阅读:课件",层次分析法="内容:层次分析法的定义、应用与计算。  阅读:课件和相关论文。",模糊层次分析法="内容:模糊层次分析法定义、应用和计算 。 阅读:课件和相关论文",机器学习法1="内容:有监督学习算法 。 阅读:课件",机器学习法2="内容无监督学习算法:  。 阅读:课件")
data <- gmdata::teach_date("2017-03-02")
data2 <- data[1:6]
create_timetable(outline,data2)

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