wyszukaj_studia_mapa: wyszukaj_studia_mapa returns a leaflet map

Description Usage Arguments Value Examples

View source: R/wyszukaj_studia_mapa.R

Description

'wyszukaj_studia_mapa()' returns a leaflet map of Poland with study programmes that meet selected criteria: graduates with avarage incomes in the first year after graduation equal or higher than min_wynagrodzenie_brutto and avarage time between graduation and begin of first employment equal or lower than max_czas_poszukiwania_pracy

Usage

1
2
wyszukaj_studia_mapa(kierunek, stopien = c("1", "2", "JM"),
  min_wynagrodzenie_brutto = NULL, max_czas_poszukiwania_pracy = NULL)

Arguments

kierunek

a character value, name of study programe, i.e. 'socjologia'

stopien

a vector of character values: '1' - studia pierwszego stopnia, undergraduate education, '2' - studia drugiego stopnia, complementary Master's studies, 'JM' - studia jednolite magisterskie, 5-year Master's studies

min_wynagrodzenie_brutto

a numeric value in PLN, avarage incomes in the first year after graduation

max_czas_poszukiwania_pracy

a numeric value in months, avarage time between graduation and begin of first employment equal or lower than max_czas_poszukiwania_pracy

Value

a leaflet map with study programmes, the markers display following informations: study programme, university name, faculty name, avarage income of graduates in the first year after graduation in PLN, avarage time from graduation to begin of first employment in months

Examples

1
2
wyszukaj_studia_mapa('socjologia', stopien = c('1', '2'),
min_wynagrodzenie_brutto = 3000, max_czas_poszukiwania_pracy = 3)

pteisseyre/ela3 documentation built on May 18, 2019, 3:39 a.m.