Skip to contents

Men

Grundschule

men_g <- minimarathon::get_results("M", ak_class = "G")
#> Warning in start_number %>% rvest::html_text() %>% stringr::str_remove("Number")
#> %>% : NAs introduced by coercion
DT::datatable(men_g,
              rownames = FALSE)

Oberschule

men_o <- minimarathon::get_results("M", ak_class = "O")
DT::datatable(men_o)

Sonderwertung

men_s <- minimarathon::get_results("M", ak_class = "SO")
DT::datatable(men_s)

Women

Grundschule

women_g <- minimarathon::get_results("W", ak_class = "G")
#> Warning in start_number %>% rvest::html_text() %>% stringr::str_remove("Number")
#> %>% : NAs introduced by coercion

#> Warning in start_number %>% rvest::html_text() %>% stringr::str_remove("Number")
#> %>% : NAs introduced by coercion
DT::datatable(women_g)

Oberschule

women_o <- minimarathon::get_results("W", ak_class = "O")
DT::datatable(women_o)

Sonderwertung

women_s <- minimarathon::get_results("W", ak_class = "SO")
DT::datatable(women_s)

)