pbGetPosts {RPushbullet} | R Documentation |
Get messages posted via Pushbullet
Description
This function gets messages posted to Pushbullet.
Usage
pbGetPosts(apikey = .getKey(), limit = 10)
Arguments
apikey |
The API key used to access the service. It can be
supplied as an argument here, via the global option
|
limit |
Limit number of post. Default is 10. |
Value
A data.frame result record is returned
Author(s)
Chan-Yub Park
Examples
## Not run:
pbGetPosts()
## End(Not run)
[Package RPushbullet version 0.3.4 Index]