Use IPEDS data dictionary to relabel a categorical variable
ipeds_label.Rd
Recent IPEDS surveys have data dictionaries in Excel formats, with one sheet ("Frequencies") giving the labels for codes used in categorical values. This function naively takes a dataframe and recodes a column accordingly. It isn't a fancypants dplyr-style function; if you want this to use quosures or whatever, YOU write the code.