Learn R Programming

IPEDSuploadables (version 3.0.1)

create_dummy_data_e1d: Create dummy data for testing the completions functions

Description

Creates a prepared dataframe to test scripts related to IPEDS 12 Month Enrollment reporting. Produces either a student dataframe or a dataframe of instructional activity, depending on the argument you select

Usage

create_dummy_data_e1d(df_type = "student")

Value

a dataframe ready for the rest of the e1d scripts

Arguments

df_type

a string: "student" to get the main df needed, "instr" to get instructionalactivity

Examples

Run this code
set.seed(1892)

student_df <- create_dummy_data_e1d()

instr_df <- create_dummy_data_e1d(df_type = "instr")

Run the code above in your browser using DataLab