clean_data_to_dataframe | R Documentation |
Cleans and output the reorganized SR Audit Data dataset into a data frame
clean_data_to_dataframe(filename)
filename |
Input name of the .xlsx file |
Returns a dataframe that includes the cleaned data.
## Not run: ## Read in the original excel file filename = "data.xlsx" clean_data_to_dataframe(filename) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.