create_dummy_data_gr: Create dummy data for testing the Grad Rates functions

View source: R/create_dummy_data_gr.R

create_dummy_data_grR Documentation

Create dummy data for testing the Grad Rates functions

Description

Creates dummy data for testing the Grad Rates functions

Usage

create_dummy_data_gr(n = 100)

Arguments

n

Number of rows of data to synthesize

Value

a dataframe ready for the rest of the Grad Rates functions

Examples

#use this seed to reproduce the dummy data saved to the package
set.seed(4567)

#default makes 100 students
graduated <- create_dummy_data_gr()

more_graduated <- create_dummy_data_gr(n = 500)

AlisonLanski/IPEDSuploadables documentation built on Nov. 2, 2023, 10:54 a.m.