support_function: Helper Function

View source: R/uscoauditlog.R

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

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