Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbryer/irutils
An R package containing utilities for institutional researchers. This package is also used to support the Introduction to R and LaTeX document.
https://github.com/jbryer/irutils
Last synced: about 2 months ago
JSON representation
An R package containing utilities for institutional researchers. This package is also used to support the Introduction to R and LaTeX document.
- Host: GitHub
- URL: https://github.com/jbryer/irutils
- Owner: jbryer
- Created: 2011-11-09T23:05:06.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T09:43:30.000Z (almost 6 years ago)
- Last Synced: 2023-04-05T09:41:18.223Z (over 1 year ago)
- Language: R
- Size: 36 MB
- Stars: 14
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## irutils
irutils is an R package providing common utility functions convenient for institutional researchers. To get started, execute the following commands in R:
install.packages(c('devtools', 'roxygen2'), repos='http://cran.r-project.org')
install_github('irutils', 'jbryer')If you are an instituional researcher, it is likely you will want to install the `ipeds` package as well. That package is hosted by Github and can be installed with the following command:
install_github('ipes','jbryer')
Note that many of the functions that use to be in `irutils` have been moved to their own package, including [`retention`](http://jason.bryer.org/retention), [`likert`](http://jason.bryer.org/likert), and [`sqlutils`](http://jason.bryer.org/sqlutils).
More information at [http://jason.bryer.org/irutils](http://jason.bryer.org/irutils)