nsc_request: Create a National Student Clearinghouse request file

Description Usage Arguments

View source: R/nsc_request.r

Description

Create a National Student Clearinghouse request file in the required format. This requires a config file which contains required elements. DOB must be either a date or a character string with format "

Usage

1
2
3
4
nsc_request(df, config, inquiryType = "SE", path = getwd(),
  fn = paste0(deparse(substitute(df)), "_SE.tsv"),
  search = format(Sys.Date(), "%Y%m%d"),
  enrolledStudents = ifelse(inquiryType == "SE", FALSE, TRUE))

Arguments

df

Dataframe to convert into format for submission to NSC

config

A configuration dataframe for NSC files

path

Path where NSC file will be saved (default=getwd())

fn

Name of the NSC file (default=same name as the dataframe with "_SE.tsv" appended)

search

If the dataframe does not include a 'Search Begin Date' field, this will be used (default=TODAY)

enrolledStudents

Are these students currently enrolled? Set to FALSE for PA query to allow SSN.


hcc-donder/commcoll documentation built on May 29, 2019, 9:17 a.m.