Other packages > Find by keyword >

IPEDSuploadables  

Transforms Institutional Data into Text Files for IPEDS Automated Import/Upload
View on CRAN: Click here


Download and install IPEDSuploadables package within the R console
Install from CRAN:
install.packages("IPEDSuploadables")

Install from Github:
library("remotes")
install_github("cran/IPEDSuploadables")

Install by package version:
library("remotes")
install_version("IPEDSuploadables", "3.0.0")



Attach the package and use:
library("IPEDSuploadables")
Maintained by
Alison Lanski
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2022-05-12
Latest Update: 2024-12-08
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.
How to cite:
Alison Lanski (2022). IPEDSuploadables: Transforms Institutional Data into Text Files for IPEDS Automated Import/Upload. R package version 3.0.0, https://cran.r-project.org/web/packages/IPEDSuploadables. Accessed 06 Mar. 2026.
Previous versions and publish date:
2.4.5 (2022-05-12 10:00), 2.5.5 (2022-10-03 20:50), 2.6.5 (2022-12-07 22:02), 2.7.5 (2023-02-04 20:22), 2.8.5 (2023-09-06 17:20), 2.8.7 (2023-11-01 17:30), 2.9.0 (2024-08-29 17:20), 2.10.0 (2024-12-08 22:30), 2.11.0 (2025-09-10 00:00), 3.0.0 (2025-12-06 15:00)
Other packages that cited IPEDSuploadables R package
View IPEDSuploadables citation profile
Other R packages that IPEDSuploadables depends, imports, suggests or enhances
Complete documentation for IPEDSuploadables
Functions, R codes and Examples using the IPEDSuploadables R package
Some associated functions: IPEDSuploadables . apply_upload_format . com_cips . com_students . create_dummy_data_com . create_dummy_data_e1d . create_dummy_data_ef1 . create_dummy_data_gr . create_dummy_data_gr200 . create_dummy_data_hr . create_dummy_data_om . e1d_instr . e1d_student . ef1_retention . ef1_students . get_ipeds_unitid . gr200_students . gr_students . hr_staff . make_com_part_A . make_com_part_B . make_com_part_C . make_com_part_D . make_com_part_E . make_e1d_part_A . make_e1d_part_B . make_e1d_part_C . make_e1d_part_D . make_ef1_part_A . make_ef1_part_B . make_ef1_part_C . make_ef1_part_D . make_ef1_part_E . make_ef1_part_F . make_ef1_part_G . make_gr200 . make_gr_part_B . make_gr_part_C . make_gr_part_E . make_hr_part_A1 . make_hr_part_A2 . make_hr_part_B1 . make_hr_part_B2 . make_hr_part_B3 . make_hr_part_D1 . make_hr_part_D2 . make_hr_part_D3 . make_hr_part_D4 . make_hr_part_G1 . make_hr_part_G2 . make_hr_part_H1 . make_hr_part_H2 . make_om_part_A . make_om_part_B . make_om_part_C . make_om_part_D . om_students . part_outputs . prep_com_data_frame . prep_ef1_data_frame . prep_hr_data_frame . prep_om_awards . prep_om_data_frame . produce_com_report . produce_e1d_report . produce_ef1_report . produce_gr200_report . produce_gr_report . produce_hr_report . produce_om_report . produce_other_report . set_report_path . specs_COM . specs_E1D . specs_EF1 . specs_GR . specs_GR200 . specs_HR . specs_OM . write_report . write_report_csv . 
Some associated R codes: IPEDSuploadables.R . apply_upload_format.R . com_cips.R . com_students.R . create_dummy_data_com.R . create_dummy_data_e1d.R . create_dummy_data_ef1.R . create_dummy_data_gr.R . create_dummy_data_gr200.R . create_dummy_data_hr.R . create_dummy_data_om.R . e1d_instr.R . e1d_student.R . ef1_retention.R . ef1_students.R . get_ipeds_unitid.R . gr200_students.R . gr_students.R . hr_staff.R . make_com_part_A.R . make_com_part_B.R . make_com_part_C.R . make_com_part_D.R . make_com_part_E.R . make_e1d_part_A.R . make_e1d_part_B.R . make_e1d_part_C.R . make_e1d_part_D.R . make_ef1_part_A.R . make_ef1_part_B.R . make_ef1_part_C.R . make_ef1_part_D.R . make_ef1_part_E.R . make_ef1_part_F.R . make_ef1_part_G.R . make_gr200.R . make_gr_part_B.R . make_gr_part_C.R . make_gr_part_E.R . make_hr_part_A1.R . make_hr_part_A2.R . make_hr_part_B1.R . make_hr_part_B2.R . make_hr_part_B3.R . make_hr_part_D1.R . make_hr_part_D2.R . make_hr_part_D3.R . make_hr_part_D4.R . make_hr_part_G1.R . make_hr_part_G2.R . make_hr_part_H1.R . make_hr_part_H2.R . make_om_part_A.R . make_om_part_B.R . make_om_part_C.R . make_om_part_D.R . om_students.R . part_outputs.R . prep_com_data_frame.R . prep_ef1_data_frame.R . prep_hr_data_frame.R . prep_om_awards.R . prep_om_data_frame.R . produce_com_report.R . produce_e1d_report.R . produce_ef1_report.R . produce_gr200_report.R . produce_gr_report.R . produce_hr_report.R . produce_om_report.R . produce_other_report.R . set_report_path.R . specs_COM.R . specs_E1D.R . specs_EF1.R . specs_GR.R . specs_GR200.R . specs_HR.R . specs_OM.R . write_report.R . write_report_csv.R . zzz.R .  Full IPEDSuploadables package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  
lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,376

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA