Description Usage Arguments Examples
Get course material based on list_courses
1 2 3 4 5 6 | get_courseMaterial(
number = NULL,
date = NULL,
destfolder = getwd(),
openUrl = T
)
|
number |
An integer. represents the row number from list_courses() |
date |
A character in YYYY-MM-DD format represent the date of the course in list_courses() |
destfolder |
A character, path to save the material, default=getwd() |
openUrl. |
A logical. T= open course URL if there is any. (defaul=T) |
1 2 3 4 5 | list_course() -> available_courses
available_courses
get_courseMaterial(number=1)
get_courseMaterial(date="2020-08-26")
get_courseMaterial(nubmer=1, destfolder="/user")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.