View source: R/nsc_request_se.r
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 "
1 2 3 | nsc_request_se(df, config, path = getwd(),
fn = paste0(deparse(substitute(df)), "_SE.tsv"),
search = format(Sys.Date(), "%Y%m%d"))
|
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) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.