AlisonLanski / IPEDSuploadables

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

fixing OM part D issue with new tidyr #86

Closed AlisonLanski closed 2 years ago

AlisonLanski commented 2 years ago

Allowing only numeric columns into replace_na in make_om_part_D to avoid type issue (and we only need it to run on numerics anyway)

AlisonLanski commented 2 years ago

resolves #84