list_dept | R Documentation |
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
)
region_names |
The region names that you want to get university,department and faculty names for. |
city_names |
The city names that you want to get university,department and faculty names for. |
university_names |
The university names that you want to get department and faculty names for. |
department_names |
The department names that. |
lang |
Language option. Default "en", "en" for English, "tr" for Turkish |
aggregation |
"count_by_region" for group sum of universities per each region defined by user. |
A data frame
dept_names <- list_dept(region_names = "all",
city_names = c("Izmir", "Mugla"),
department_names = "Statistics")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.