Learn R Programming

RPushbullet (version 0.3.5)

pbGetPosts: Get messages posted via Pushbullet

Description

This function gets messages posted to Pushbullet.

Usage

pbGetPosts(apikey = .getKey(), limit = 10)

Value

A data.frame result record is returned

Arguments

apikey

The API key used to access the service. It can be supplied as an argument here, via the global option rpushbullet.key, or via the file ~/.rpushbullet.json which is read at package initialization (and, if found, also sets the global option). ~/.rpushbullet.json which is read at package initialization.

limit

Limit number of post. Default is 10.

Author

Chan-Yub Park

Examples

Run this code
if (FALSE) {
pbGetPosts()
}

Run the code above in your browser using DataLab