Takes in the dictionary outputted either from the format_from_dataframe or format_from_excel function and returns the data as a formatted data frame according to the original U.S. Copyright Office SR Audit Data online database.
Usage
support_function(data)
Arguments
data
Input the dictionary variable from the format_from_dataframe or format_from_excel function
Value
Returns a formatted data frame according to the original U.S. Copyright Office SR Audit Data online database.
# NOT RUN {filename = "data.xlsx"dataframedata = clean_data_to_dataframe(filename)
data = format_from_dataframe(dataframedata)
support_function(data)
# }