uni_cat {rdomains} | R Documentation |
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
## Not run:
uni_cat(domains = "http://www.google.com")
## End(Not run)
[Package rdomains version 0.2.1 Index]