list_uni | R Documentation |
List universities and types of them based on city and region filter
list_uni(region_names = "all", city_names = "all", aggregation, lang = "en")
region_names |
The region names that you want to get university names for |
city_names |
The city names that you want to get university names for |
aggregation |
"count_by_city" for group sum of universities per each city defined by user. "count_by_region": group sum of universities per each region defined by user. |
lang |
Language option. Default "en". "en" for English, "tr" roTurkish |
A data frame
uni_names <- list_uni(region_names = "all",
city_names = c("IZMIR","MUGLA"),
aggregation = "count_by_city")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.