Skip to content

Producing uploadable txt files for IPEDS reporting, one submission at a time

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

Suvam1508/IPEDSuploadables

 
 

Repository files navigation

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.

Supported Reports

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

Surveys that work for all institutions:

  • Completions
  • Outcome Measures

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

Note: the package now contains assistance to convert a report-ready dataframe into a key-value pair text file. This feature can be used for non-supported reports or for non-IPEDS key-value reporting

Website

View the pkgdown version of this site and documentation at https://alisonlanski.github.io/IPEDSuploadables/

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("AlisonLanski/IPEDSuploadables")

#or use

# install.packages("githubinstall")
githubinstall::install_github("AlisonLanski/IPEDSuploadables")

To access vignettes locally (instead of through the website) add an argument:

devtools::install_github("AlisonLanski/IPEDSuploadables", build_vignettes = TRUE)

About

Producing uploadable txt files for IPEDS reporting, one submission at a time

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%