support_function {uscoauditlog}R Documentation

Helper Function

Description

Takes in the dictionary outputted either from the format_from_dataframe or format_from_excel function and returns the data as a formatted data frame according to the original U.S. Copyright Office SR Audit Data online database.

Usage

support_function(data)

Arguments

data

Input the dictionary variable from the format_from_dataframe or format_from_excel function

Value

Returns a formatted data frame according to the original U.S. Copyright Office SR Audit Data online database.

Examples

## Not run: 
filename = "data.xlsx"
dataframedata = clean_data_to_dataframe(filename)
data = format_from_dataframe(dataframedata)
support_function(data)

## End(Not run)

[Package uscoauditlog version 1.0.3 Index]