mapIPEDSFields: mapIPEDSFields

Description Usage Arguments Author(s) Examples

View source: R/mapIPEDSFields.R

Description

This function creates a mapping between the field (column) names from source data frame and the names used by the ipeds package.

Usage

1
  mapIPEDSFields(programCIPCode, educationalProgramType, educationalProgramName, educationalAwardLevel, ethnicityColumn, genderColumn)

Arguments

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.

Author(s)

Jason Bryer <jbryer@excelsior.edu>

Examples

1
2
3
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

ipeds documentation built on May 2, 2019, 4:51 p.m.

Related to mapIPEDSFields in ipeds...