clean_data_to_excel {uscoauditlog} | R Documentation |
Cleans and output the reorganized SR Audit Data dataset in .xlsx format
clean_data_to_excel(filename)
filename |
Input name of the .xlsx file |
Returns an excel sheet that includes the cleaned data.
## Not run:
filename = "data.xlsx"
clean_data_to_excel(filename)
## End(Not run)