Learn R Programming

thestats (version 0.1.0)

list_uni: List universities with aggregations

Description

List universities and types of them based on city and region filter

Usage

list_uni(region_names = "all", city_names = "all", aggregation, lang = "en")

Arguments

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

Value

A data frame

Examples

Run this code
# NOT RUN {
uni_names <- list_uni(region_names = "all",
city_names = c("IZMIR","MUGLA"),
aggregation = "count_by_city")
# }

Run the code above in your browser using DataLab