powered by
Cleans and output the reorganized SR Audit Data dataset into a data frame
clean_data_to_dataframe(filename)
Input name of the .xlsx file
Returns a dataframe that includes the cleaned data.
# NOT RUN { ## Read in the original excel file filename = "data.xlsx" clean_data_to_dataframe(filename) # }
Run the code above in your browser using DataLab