View source: R/create_dummy_data_gr.R
create_dummy_data_gr | R Documentation |
Creates dummy data for testing the Grad Rates functions
create_dummy_data_gr(n = 100)
n |
Number of rows of data to synthesize |
a dataframe ready for the rest of the Grad Rates functions
#use this seed to reproduce the dummy data saved to the package set.seed(4567) #default makes 100 students graduated <- create_dummy_data_gr() more_graduated <- create_dummy_data_gr(n = 500)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.