MyNixOS website logo
Description

Transforms Institutional Data into Text Files for IPEDS Automated Import/Upload.

Starting from user-supplied institutional data, these scripts transform, aggregate, and reshape the information to produce key-value pair data files that are able to be uploaded to IPEDS (Integrated Postsecondary Education Data System) through their submission portal <https://surveys.nces.ed.gov/ipeds/>. Starting data specifications can be found in the vignettes. Final files are saved locally to a location of the user's choice. User-friendly readable files can also be produced for purposes of data review and validation.

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

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)
Metadata

Version

2.8.7

License

Unknown

Platforms (75)

    Darwin
    FreeBSD
    Genode
    GHCJS
    Linux
    MMIXware
    NetBSD
    none
    OpenBSD
    Redox
    Solaris
    WASI
    Windows
Show all
  • aarch64-darwin
  • aarch64-genode
  • aarch64-linux
  • aarch64-netbsd
  • aarch64-none
  • aarch64_be-none
  • arm-none
  • armv5tel-linux
  • armv6l-linux
  • armv6l-netbsd
  • armv6l-none
  • armv7a-darwin
  • armv7a-linux
  • armv7a-netbsd
  • armv7l-linux
  • armv7l-netbsd
  • avr-none
  • i686-cygwin
  • i686-darwin
  • i686-freebsd
  • i686-genode
  • i686-linux
  • i686-netbsd
  • i686-none
  • i686-openbsd
  • i686-windows
  • javascript-ghcjs
  • loongarch64-linux
  • m68k-linux
  • m68k-netbsd
  • m68k-none
  • microblaze-linux
  • microblaze-none
  • microblazeel-linux
  • microblazeel-none
  • mips-linux
  • mips-none
  • mips64-linux
  • mips64-none
  • mips64el-linux
  • mipsel-linux
  • mipsel-netbsd
  • mmix-mmixware
  • msp430-none
  • or1k-none
  • powerpc-netbsd
  • powerpc-none
  • powerpc64-linux
  • powerpc64le-linux
  • powerpcle-none
  • riscv32-linux
  • riscv32-netbsd
  • riscv32-none
  • riscv64-linux
  • riscv64-netbsd
  • riscv64-none
  • rx-none
  • s390-linux
  • s390-none
  • s390x-linux
  • s390x-none
  • vc4-none
  • wasm32-wasi
  • wasm64-wasi
  • x86_64-cygwin
  • x86_64-darwin
  • x86_64-freebsd
  • x86_64-genode
  • x86_64-linux
  • x86_64-netbsd
  • x86_64-none
  • x86_64-openbsd
  • x86_64-redox
  • x86_64-solaris
  • x86_64-windows