Learn R Programming

IPEDSuploadables (version 3.0.1)

create_dummy_data_adm: Create dummy data for testing the Admissions functions

Description

Creates dummy data for testing the Admissions functions

Usage

create_dummy_data_adm(seed = 4567)

Value

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

Arguments

seed

Number to set a seed to randomize exam scores

Examples

Run this code

#use default seed
admissions <- create_dummy_data_adm()

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

Run the code above in your browser using DataLab