Learn R Programming

rdomains (version 0.2.1)

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)

Arguments

domains

vector of domain names

Value

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

Examples

Run this code
# NOT RUN {
uni_cat(domains = "http://www.google.com")
# }

Run the code above in your browser using DataLab