support_function {uscoauditlog} | R Documentation |
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.
support_function(data)
data |
Input the dictionary variable from the format_from_dataframe or format_from_excel function |
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)
## End(Not run)