create_dummy_data_om {IPEDSuploadables} | R Documentation |
Create dummy data for testing the outcome measures functions
Description
Creates a prepared dataframe to test scripts related to IPEDS Outcome Measures reporting. Produces either a student/status dataframe
Usage
create_dummy_data_om()
Details
remember: want to save this data out into the package so it's available
Value
a dataframe ready for the rest of the om scripts
Note
The final dataset has 20 students covering most statuses
Examples
#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()
[Package IPEDSuploadables version 2.8.7 Index]