Learn R Programming

IPEDSuploadables (version 3.0.1)

write_report_csv: Write the prepared data to a csv file

Description

Write the prepared data to a csv file

Usage

write_report_csv(df, survey, part, output_path)

Value

a csv file (at the path location)

Arguments

df

a dataframe (prepared via the 'make' scripts)

survey

a string (which IPEDS survey)

part

a string (which upload part of the survey)

output_path

a path (which folder the report should go in)