clean_data_to_excel {uscoauditlog}R Documentation

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

## Not run: 
filename = "data.xlsx"
clean_data_to_excel(filename)

## End(Not run)

[Package uscoauditlog version 1.0.3 Index]