Learn R Programming

uscoauditlog (version 1.0.3)

clean_data_to_dataframe: 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

Run this code
# 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