vkGetDbUniversities {rvkstat} | R Documentation |
Returns a List of Universities
Description
Returns a List of Universities
Usage
vkGetDbUniversities(
q = NULL,
country_id = NULL,
city_id = NULL,
username = getOption("rvkstat.username"),
api_version = getOption("rvkstat.api_version"),
token_path = vkTokenPath(),
access_token = getOption("rvkstat.access_token")
)
Arguments
q |
Search query string. |
country_id |
Country ID, |
city_id |
City ID, |
username |
Your vkontakte login. |
api_version |
Vkontakte API version. |
token_path |
Path to dir with credentials |
access_token |
API access tokens obtained using vkAuth or vkGetToken functions |
Value
tibble with Universities list
[Package rvkstat version 3.2.0 Index]