Learn R Programming

IPEDSuploadables (version 3.0.1)

create_dummy_data_om: 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()

Arguments

Value

a dataframe ready for the rest of the om scripts

Details

remember: want to save this data out into the package so it's available

Examples

Run this code
#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()

Run the code above in your browser using DataLab