Usage
outputSGP(sgp_object,
state=NULL,
output.type="SchoolView",
baseline.sgps=FALSE,
outputSGP_SUMMARY.years=NULL,
outputSGP_SUMMARY.content_areas=NULL,
outputSGP_INDIVIDUAL.years=NULL,
outputSGP_INDIVIDUAL.content_areas=NULL,
outputSGP.anonymize=FALSE,
outputSGP.student.groups=NULL,
outputSGP.directory=file.path("Data", "SchoolView"))Arguments
sgp_object
An object of class SGP containing data to be exported.
state
Acronym for which state is to be used for the lagged projections and growth to standard analyses. Function will try to guess state name from passed sgp_object is missing.
years
A vector indicating the years to be included in the output. Default is to use all years.
content_areas
A vector indicating the content areas to be included in the output. Default is to use all content areas.
output.type
A character vector indicating what output type is requested. See source code for options.
baseline.sgps
Boolean vector indicating whether to output baseline SGPs for cohorts referenced SGPs.
outputSGP_SUMMARY.years
A vector indicating the year to be used for output file construction for summary tables.
outputSGP_SUMMARY.content_areas
A vector indicating the content areas to be used for output file construction for summary tables.
outputSGP_INDIVIDUAL.years
A vector indicating the year to be used for output file construction for individual level file.
outputSGP_INDIVIDUAL.content_areas
A vector indicating the content areas to be used for output file construction for individual level file.
outputSGP.anonymize
A boolean variable indicating whether to anonymize output files.
outputSGP.student.groups
A list of variables to be used for student groups in individual and summary tables.
outputSGP.directory
A a file path indicating where to save output files.