Description Usage Arguments Value
View source: R/CNMS.MakeBulkUpload.R
Based on an export from the Student Management System, generate a text file that can be uploaded to NYSSIS (using the CN role) to generate matches to SNAP and Medicaid records for direct certification of free lunch eligibility
1 2 3 4 5 6 7 | CNMS.MakeBulkUpload(
xlsxFile,
BedsCode = "010100860907",
singleGender = NULL,
uploadfilename = "bulkupload.txt",
messageLevel = 0
)
|
xlsxFile |
An xlsx file, Workbook object, or URL to an xlsx file |
BedsCode |
The 12 digit BEDS code for the LEA (Local Education Agency, usually a district) |
singleGender |
Indicator of single gender LEA. Acceptable values are "M", "F", and NULL |
uploadfilename |
Name of the output file. Should end in ".txt". Defaults to "bulkupload.txt". |
messageLevel |
Numeric of length 1 indicating the level of messages to print |
Nothing is returned
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.