powered by
Creates dummy data for testing the Admissions functions
create_dummy_data_adm(seed = 4567)
a dataframe of 40 applicants ready for the rest of the Admissions functions
Number to set a seed to randomize exam scores
#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