Package: IPEDSuploadables
Title: Transforms Institutional Data into Text Files for IPEDS
Automated Import/Upload
Version: 3.0.1
Authors@R: c(
person(given = "Alison", family = "Lanski", role = c("aut", "cre"), email = "alanski@nd.edu"),
person("Shiloh", "Fling", role = c("aut"),email = "shiloh.fling@unlv.edu"),
person("Edwin", "Welch", role = c("aut"), email="edwelch@tayloru.edu"))
Description: 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
. 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.
Note: Because IPEDS requirements may change from year to year, having
the most recent version of this package is highly recommended.
Old versions can be found as GitHub branches. The package can
also be used to convert any correctly-prepared data into a
key-value pair format for any survey (IPEDS or non-IPEDS).
URL: https://github.com/AlisonLanski/IPEDSuploadables,
https://alisonlanski.github.io/IPEDSuploadables/
BugReports: https://github.com/AlisonLanski/IPEDSuploadables/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports: dplyr (>= 1.0.0), lifecycle, lubridate, magrittr, purrr,
rlang, stringr, svDialogs, tidyr (>= 1.0.0), utils
Suggests: knitr, rmarkdown, kableExtra, testthat (>= 3.0.0)
VignetteBuilder: knitr
Depends: R (>= 3.6.0)
Config/testthat/edition: 2
Config/pak/sysreqs: libicu-dev
Repository: https://alisonlanski.r-universe.dev
Date/Publication: 2026-02-05 20:04:52 UTC
RemoteUrl: https://github.com/alisonlanski/ipedsuploadables
RemoteRef: HEAD
RemoteSha: 5a1fb6f7fefe956ebf26927dac3955400e9b3d3c
NeedsCompilation: no
Packaged: 2026-07-05 06:33:34 UTC; root
Author: Alison Lanski [aut, cre],
Shiloh Fling [aut],
Edwin Welch [aut]
Maintainer: Alison Lanski