Description Usage Arguments Author(s) Examples
View source: R/mapIPEDSFields.R
This function creates a mapping between the field (column) names from source data frame and the names used by the ipeds package.
1 | mapIPEDSFields(programCIPCode, educationalProgramType, educationalProgramName, educationalAwardLevel, ethnicityColumn, genderColumn)
|
programCIPCode |
The name of the column containing the CIP codes. |
educationalProgramType |
The name of the column containing the program types. |
educationalProgramName |
The name of the column containing the program names. |
educationalAwardLevel |
The name of the column containing the award levels. |
ethnicityColumn |
The name of the column containing student ethnicities. |
genderColumn |
The name of the column containing student genders. |
Jason Bryer <jbryer@excelsior.edu>
1 2 3 | ##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.