create_dummy_data_gr200: Create dummy data for testing the Grad Rates 200 function

View source: R/create_dummy_data_gr200.R

create_dummy_data_gr200R Documentation

Create dummy data for testing the Grad Rates 200 function

Description

Dummy data for Grad Rates 200 testing

Usage

create_dummy_data_gr200(n = 1000)

Arguments

n

A number that will be used as the length of the data frame

Value

a dataframe ready for the rest of the Grad Rates 200 functions

Examples

set.seed(4567)

#default creates 1000 students
graduates <- create_dummy_data_gr200()
more_graduates <- create_dummy_data_gr200(n = 100)


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