Learn R Programming

shelter (version 0.2.1)

keyring_delete: Delete a given keyring

Description

Given the name of a keyring, delete it and remove all cached information.

Usage

keyring_delete(keyring)

Value

logical(1); Success or failure of operation

Arguments

keyring

character(1); Name of keyring

Examples

Run this code
if (FALSE) {
keyring_delete('mypersonalkeyring')
}

Run the code above in your browser using DataLab