new_vault: Initialize a password vault with a given filename

Description Usage Arguments Value Examples

Description

Initialize a password vault with a given filename

Usage

1
new_vault(filename)

Arguments

filename

The external file where to store the credentials. filename can either be an existing file or a new one. External files must be in the .rds file format.

Value

A passport vault object.

Examples

1
2
temp <- tempfile()
new_vault(filename = temp)

msaltieri/passport documentation built on May 5, 2019, 3:49 p.m.