powered by
List universities, departments and faculties based on city, university and region filter.
list_dept( region_names = "all", city_names = "all", university_names = "all", department_names, lang = "en", aggregation )
The region names that you want to get university,department and faculty names for.
The city names that you want to get university,department and faculty names for.
The university names that you want to get department and faculty names for.
The department names that.
Language option. Default "en", "en" for English, "tr" for Turkish
"count_by_region" for group sum of universities per each region defined by user.
A data frame
# NOT RUN { dept_names <- list_dept(region_names = "all", city_names = c("Izmir", "Mugla"), department_names = "Statistics") # }
Run the code above in your browser using DataLab