Learn R Programming

RPushbullet (version 0.3.4)

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

Value

A data.frame result record is returned

Examples

Run this code
# NOT RUN {
pbGetPosts()
# }

Run the code above in your browser using DataLab