createPasswordFile: Create the Password File

Description Usage Arguments Value Author(s) Examples

View source: R/createPasswordFile.R

Description

Creates a file conaining an encryption of your password. The decyption is performed using a key that you choose. Clear your R history after using this function.

Usage

1
createPasswordFile(password=NULL,file="myPasswordFile.txt",key=NULL)

Arguments

password

Your password, as a charater string.

file

name of the file in which to store the encrypted password. Should reside in your Home directory.

key

The key to be supplied to other functions to decrypt the password.

Value

Only the side effect: the password file.

Author(s)

Scott Switzer and Homer White hwhite0@georgetowncollege.edu

Examples

1
2
3
4
## Not run: 
createPasswordFile(password="yoyo68peewee",file="myLittleSecret.txt",key="loveR")

## End(Not run)

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