View source: R/create_dummy_data_adm.R
| create_dummy_data_adm | R Documentation |
Creates dummy data for testing the Admissions functions
create_dummy_data_adm(seed = 4567)
seed |
Number to set a seed to randomize exam scores |
a dataframe of 40 applicants ready for the rest of the Admissions functions
#use default seed
admissions <- create_dummy_data_adm()
#use custom seed
admissions_scores <- create_dummy_data_adm(seed = 123456)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.