semester_data: semester_data

Description Usage Arguments Details Value Examples

Description

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.

Usage

1
2
3
4
5
semester_data(semester)

    ## Default method:

    semester_data(semester = "all")

Arguments

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.

Details

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

Value

Data.Frame of semester-numbers corresponding to the semesterterm

Examples

1
2
semester_data("all") # Downloading all semester-numbers
semester_data("SS 2004") # Downloading a single semester-number

MartinWut/GoeFlexStatCrawler documentation built on May 17, 2019, 8:20 a.m.