pbValidateConf {RPushbullet} | R Documentation |
Check if a configuration is valid
Description
Check if a configuration is valid
Usage
pbValidateConf(conf = NULL)
Arguments
conf |
Either a file path (like |
Value
TRUE
if both the api key and all devices are vaild. FALSE
otherwise.
Examples
pbValidateConf('{"key":"a_fake_key","devices":["dev_iden1","dev_iden2"]}')
[Package RPushbullet version 0.3.4 Index]