createDirectories: Create Directories for the Class

Description Usage Arguments Value Author(s) Examples

View source: R/createDirectories.R

Description

Creates submit, returned and mynotes directories in students' Home folders.

Usage

1
createDirectories(studentfile=NULL,dom=NULL,key=NULL,passwordfile=NULL)

Arguments

studentfile

Text file containing student usernames, one per line.

dom

the domain name

key

Your key to decrypt your password

passwordfile

File containing your encrypted password.

Value

Side effects: creation of directories.

Author(s)

Scott Switzer and Homer White hwhite0@georgetowncollege.edu

Examples

1
2
3
4
5
## Not run: 
createDirectories(studentfile="students.txt",dom="WORK",
     key="loveR",passwordfile="myLittleSecret.txt")

## End(Not run)

homerhanumat/classr documentation built on May 17, 2019, 4:51 p.m.