Description Usage Arguments Details Value Examples
This is a function to download and display the semester-number corresponding to a certain semester for the FlexStat-Platform at the Goerg-August University in Goettingen.
1 2 3 4 5 | semester_data(semester)
## Default method:
semester_data(semester = "all")
|
semester |
A is an object of the class character. If semester = "all" all semester-numbers are displayed. If a single semester is entered, it has to be the same expression that is used on the FlexStat-Platform. |
FlexStat stores every semester under a certain value. These values have to be used for all function of the GoeFlexStatCrawler-Package. Below are semester-labels and the corresponding semester-numbers
"WS 2003/2004" 38
"SS 2004" 39
...
"SS 2019" 69
"WS 2019/2020" 70
Data.Frame of semester-numbers corresponding to the semesterterm
1 2 | semester_data("all") # Downloading all semester-numbers
semester_data("SS 2004") # Downloading a single semester-number
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.