Learn R Programming

uscoauditlog (version 1.0.3)

clean_data_to_excel: Helper Function

Description

Cleans and output the reorganized SR Audit Data dataset in .xlsx format

Usage

clean_data_to_excel(filename)

Arguments

filename

Input name of the .xlsx file

Value

Returns an excel sheet that includes the cleaned data.

Examples

Run this code
# NOT RUN {
filename = "data.xlsx"
clean_data_to_excel(filename)
# }

Run the code above in your browser using DataLab