clean_data_to_dataframe {uscoauditlog} | R Documentation |
Helper Function
Description
Cleans and output the reorganized SR Audit Data dataset into a data frame
Usage
clean_data_to_dataframe(filename)
Arguments
filename |
Input name of the .xlsx file |
Value
Returns a dataframe that includes the cleaned data.
Examples
## Not run:
## Read in the original excel file
filename = "data.xlsx"
clean_data_to_dataframe(filename)
## End(Not run)
[Package uscoauditlog version 1.0.3 Index]