mapIPEDSFields: mapIPEDSFields

View source: R/mapIPEDSFields.R

mapIPEDSFieldsR Documentation

mapIPEDSFields

Description

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

Usage

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.


jbryer/ipeds documentation built on Feb. 25, 2023, 1:53 a.m.