get_private_keys {notifyme}R Documentation

Load a key from the keychain made by save_private_keys()

Description

This function will look for a 'keychain' file, and if found load the key you asked for. Designed to be used with save_private_keys()

Usage

get_private_keys(api_var = "pushover_userkey", file = "~/r_keychain.rds")

Arguments

api_var

The name of the api key, this is user defined.

file

The name and location of the file where you want to store it. Default is same as the save function.

Bugs

Code repo: https://github.com/epijim/notifyme

Examples

## Not run: get_private_keys("keyImInterestedIn")

[Package notifyme version 0.3.0 Index]