clean_data_to_dataframe: Helper Function

View source: R/uscoauditlog.R

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

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