cdcrabtree / universitas

Functions to retrieve domain names for universities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Build status

universitas: Functions to retrieve domain names for universities.

This small package uses the Hipo API to retrieve domain names for queried universities. The function get_domains takes two parameters as inputs - a string containing part of the name of a university (or universities) and a string containing a country name (e.g., "turkey", "canada").

Package Installation

The latest development version (0.5.0) is on GitHub can be installed using devtools.

if(!require("ghit")){
    install.packages("ghit")
}
ghit::install_github("cdcrabtree/universitas")

Support or Contact

Please use the issue tracker for problems, questions, or feature requests. If you would rather email with questions or comments, you can contact Charles Crabtree and he will try to address the issue.

If you would like to contribute to the package, that's great! We welcome pull requests and new developers.

Tests

Users and potential contributors can test the software with the example code provided in the documentation for each function.

Thanks

Thanks to Karl Broman and Hadley Wickham for providing excellent free guies to building R packages.

About

Functions to retrieve domain names for universities.

License:Other


Languages

Language:R 100.0%