CNMS.MakeBulkUpload: Make Bulk Upload for NYSSIS/Child Nutrition Management System

Description Usage Arguments Value

View source: R/CNMS.MakeBulkUpload.R

Description

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

Usage

1
2
3
4
5
6
7
CNMS.MakeBulkUpload(
  xlsxFile,
  BedsCode = "010100860907",
  singleGender = NULL,
  uploadfilename = "bulkupload.txt",
  messageLevel = 0
)

Arguments

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

Value

Nothing is returned


debarros/dbTools documentation built on Sept. 18, 2020, 10:51 a.m.