clean_data_to_excel: Helper Function

View source: R/uscoauditlog.R

clean_data_to_excelR 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)

uscoauditlog documentation built on June 9, 2022, 9:05 a.m.