create_dummy_data_om: Create dummy data for testing the outcome measures functions

View source: R/create_dummy_data_om.R

create_dummy_data_omR 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()

AlisonLanski/IPEDSuploadables documentation built on Nov. 2, 2023, 10:54 a.m.