AlisonLanski / IPEDSuploadables

Producing uploadable txt files for IPEDS reporting, one submission at a time
https://alisonlanski.github.io/IPEDSuploadables/
Other
8 stars 6 forks source link

12 month enrollment lines 11 & 25 #95

Closed jpfeifer-dsu closed 2 years ago

jpfeifer-dsu commented 2 years ago

Which IPEDS Survey/Part has the problem? 12 month enrollment

What situation in your data isn't working correctly? When I upload the file, graduate students are blank

Expected behavior Looking further, the make_e1d_part_A function is missing lines 11 and 25

Actual behavior see attachement

Additional context I think you need to add the following to the make_e1d_part_A function:

  .data$ISFULLTIME == 1 &
    .data$STUDENTLEVEL == "Graduate" ~ 11,

  .data$ISFULLTIME == 0 &
    .data$STUDENTLEVEL == "Graduate" ~ 25,

Screen Shot 2022-09-28 at 9 36 42 AM

AlisonLanski commented 2 years ago

Thanks for finding and noting this update; changes are made and are waiting on final testing for release