Description Usage Arguments Value Author(s) Examples
View source: R/createDirectories.R
Creates submit, returned and mynotes directories in students' Home folders.
1 | createDirectories(studentfile=NULL,dom=NULL,key=NULL,passwordfile=NULL)
|
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. |
Side effects: creation of directories.
Scott Switzer and Homer White hwhite0@georgetowncollege.edu
1 2 3 4 5 | ## Not run:
createDirectories(studentfile="students.txt",dom="WORK",
key="loveR",passwordfile="myLittleSecret.txt")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.