View source: R/create_dummy_data_om.R
create_dummy_data_om | R Documentation |
Creates a prepared dataframe to test scripts related to IPEDS Outcome Measures reporting. Produces either a student/status dataframe
create_dummy_data_om()
remember: want to save this data out into the package so it's available
a dataframe ready for the rest of the om scripts
The final dataset has 20 students covering most statuses
#creates a very specific population
#function does not allow for anything to be updated at time of run
#in other words: will always create a fixed-value dataframe
dat <- create_dummy_data_om()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.