completions: completions

Description Arguments Author(s) References See Also Examples

View source: R/completions.R

Description

This function generates an XML file to be uploaded to IPEDS for reporting completions within the academic year. See https://surveys.nces.ed.gov/IPEDS/Downloads/Forms/package_10_80.pdf for more details.

Arguments

data

A data frame containing the required fields for IPEDS reporting.

mappings

The mapping between the fields in data and IPEDS (see mapIPEDSFields function)

institutionId

The IPEDS institution ID the data is being generated for.

institutionName

The name of the institution.

documentId

Use specified.

createdDate

The date the document is created.

noteMessage

Optional note message to include in the generated file.

transmissionType

Either original for first upload or replace.

documentType

Defaults to application

Author(s)

Jason Bryer <jbryer@excelsior.edu>

References

https://surveys.nces.ed.gov/IPEDS/Downloads/Forms/package_10_80.pdf

See Also

mapIPEDSFields

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 completions in ipeds...