Transforms Institutional Data into Text Files for IPEDS Automated Import/Upload.
IPEDSuploadables
IPEDSuploadables produces text files in key-value format which meet the IPEDS requirements for upload on their website. By using this package, institutions can avoid the time and risk of manually typing numbers into web forms across multiple screen. Package documentation (see the website) describes how an institution’s data must be formatted to make use of these scripts.
Report Coverage
As reports are added, this list will be updated.
You are welcome to fork this repo and work towards new reports or new institution-types for existing reports
Supported surveys that work for all institutions:
- Completions
- Outcome Measures
Supported surveys that only work for some institutions:
- Graduation Rates: 4-year institutions
- 200% Graduation Rates: 4-year institutions
- 12-month Enrollment: 4-year degree granting institutions
- Fall Enrollment: 4-year degree granting institutions
- Human Resources: degree granting institutions with more than 15 FTE
Unsupported surveys with options
- Academic Libraries: If you complete the ACRL survey, you can download an IPEDS-compatible file from the ACRL site.
- Admissions: Visit How to produce other key-value uploads
- Finance: Visit How to produce other key-value uploads
- Institutional Characteristics: Visit How to produce other key-value uploads
- Student Financial Aid: Visit How to produce other key-value uploads
Website
View the pkgdown version of this site and documentation at https://alisonlanski.github.io/IPEDSuploadables/
View the codebase and submit issues for this package at https://github.com/AlisonLanski/IPEDSuploadables/
Installation
You can install the package in the standard way from CRAN
install.packages("IPEDSuploadables")
To get newer releases or bug fixes before they are posted to the CRAN version, you can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("AlisonLanski/IPEDSuploadables")
#or use
# install.packages("remotes")
remotes::install_github("AlisonLanski/IPEDSuploadables")
To access vignettes locally (instead of through the website) add an argument:
devtools::install_github("AlisonLanski/IPEDSuploadables", build_vignettes = TRUE)