View source: R/create_dummy_data_gr200.R
| create_dummy_data_gr200 | R Documentation | 
Dummy data for Grad Rates 200 testing
create_dummy_data_gr200(n = 1000)
n | 
 A number that will be used as the length of the data frame  | 
a dataframe ready for the rest of the Grad Rates 200 functions
set.seed(4567)
#default creates 1000 students
graduates <- create_dummy_data_gr200()
more_graduates <- create_dummy_data_gr200(n = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.