Learn R Programming

rdomains (version 0.5.0)

uni_cat: Get Category from University Domain List

Description

Fetches university domain json from: https://raw.githubusercontent.com/Hipo/university-domains-list/master/world_universities_and_domains.json

Usage

uni_cat(domains = NULL)

Value

data.frame with original list and all the other columns from the university json

Arguments

domains

vector of domain names

Examples

Run this code
if (FALSE) {
uni_cat(domains = "http://www.google.com")
}

Run the code above in your browser using DataLab