create_dummy_data_adm: Create dummy data for testing the Admissions functions

View source: R/create_dummy_data_adm.R

create_dummy_data_admR Documentation

Create dummy data for testing the Admissions functions

Description

Creates dummy data for testing the Admissions functions

Usage

create_dummy_data_adm(seed = 4567)

Arguments

seed

Number to set a seed to randomize exam scores

Value

a dataframe of 40 applicants ready for the rest of the Admissions functions

Examples


#use default seed
admissions <- create_dummy_data_adm()

#use custom seed
admissions_scores <- create_dummy_data_adm(seed = 123456)

IPEDSuploadables documentation built on Feb. 3, 2026, 1:06 a.m.