set.seed(1234)
#default creates 100 students
students <- create_dummy_data_ef1()
#change the dataframe
retention <- create_dummy_data_ef1(df_type = "retention")
#change the population size
more_students <- create_dummy_data_ef1(df_type = "students", n = 250)
Run the code above in your browser using DataLab