Learn R Programming

uscoauditlog (version 1.0.3)

support_function: 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

Run this code
# NOT RUN {
filename = "data.xlsx"
dataframedata = clean_data_to_dataframe(filename)
data = format_from_dataframe(dataframedata)
support_function(data)
# }

Run the code above in your browser using DataLab