course_table | R Documentation |
Creates html table of course contents with trailing opacity set by week n
course_table(b1, b2, b1list, b2list, week)
b1 |
character string for name of block 1 |
b2 |
character string for name of block 2 |
b1list |
vector (5L) of character strings of lecture titles for block 1 |
b2list |
vector (5L) of character strings of lecture titles for block 2 |
week |
week (1 to 10) of semester up to which opacity = 1 |
block1_name = "multilevel modelling<br>working with group structured data"
block1_lecs = c("regression refresher","introducing multilevel models","more multilevel models","more complex groupings","recap")
block2_name = "factor analysis<br>working with multi-item measures"
block2_lecs = c("PCA","EFA","EFA 2","CFA","CFA 2")
# put this line in a slide chunk and use results = 'asis'
# make two column layout for full year courses
course_table(block1_name, block2_name, block1_lecs, block2_lecs, week=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.