Learn R Programming

notifyme (version 0.3.0)

get_private_keys: 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.

Examples

Run this code
## Not run: get_private_keys("keyImInterestedIn")

Run the code above in your browser using DataLab