create_NEW: Create new student info files, one per class

Description Usage Arguments Examples

View source: R/user_funcs.R

Description

Clears previous NEW files, creates new ones from downloaded CourseWorks files, and writes to the path specified, prefixing the original filename with "NEW". Nothing is returned.

Call only if new files have been downloaded from CourseWorks

Usage

1
create_NEW(path = "~/Documents/Students", pattern = "Fall_2018")

Arguments

path

folder where student files are stored

pattern

pattern to match in filenames

Examples

1
2
create_NEW()
create_NEW("~/Downloads", "Spring_2019")

jtr13/cworks documentation built on Nov. 11, 2019, 7:09 p.m.