get_private_keys: Load a key from the keychain made by save_private_keys()

Description Usage Arguments Bugs Examples

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

1
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

1
## Not run: get_private_keys("keyImInterestedIn")

notifyme documentation built on May 2, 2019, 3:31 p.m.