EncryptRdata: Encrypt Rdata files

Description Usage Arguments Value

Description

Encrypt Rdata files

Usage

1
2
EncryptRdata(filename = ".Rdata", path = getwd(), RmOld = T, askPW = T,
  ...)

Arguments

filename

The name of the Rdata file.

path

The directory where the Rdata file is stored. Default is current working directory.

RmOld

Logical, indicates whether the Rdata file has to be removed.

askPW

Logical, indicates whether the password has to be given using the askForPassword function.

...

Arguments to be passed to encrypt

Value

The Rdata file is encrypted and will be saved in the same directory as specified in the path argument.


BavoDC/RcryptAdj documentation built on May 16, 2019, 11:01 a.m.