clean_data_to_dataframe {uscoauditlog} | R Documentation |
Cleans and output the reorganized SR Audit Data dataset into a data frame
clean_data_to_dataframe(filename)
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)
## End(Not run)