nsc_request_se: Create a National Student Clearinghouse Subsequent Enrollment...

Description Usage Arguments

View source: R/nsc_request_se.r

Description

Create a National Student Clearinghouse Subsequent Enrollment (SE) 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
nsc_request_se(df, config, path = getwd(),
  fn = paste0(deparse(substitute(df)), "_SE.tsv"),
  search = format(Sys.Date(), "%Y%m%d"))

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)


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